Hi;
I have this:

                big_container.removeChild(container_middle);
                container_middle = container_middle2;
                big_container.addChild(container_middle);

I'm trying to change container_middle to container_middle2 but keep the same 
name so that I can manipulate it programmatically. Unfortunately, the above 
code doesn't work. I only succeed in removing the first container. How shall I 
do this?
TIA,
John


      

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to