Hi, //Assumes mc1 is on the stage and has linkage set to "mc1" var mc2:MovieClip = new MovieClip(); addChild(mc2); addChild(mc1);
hth, Bob -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of natalia Vikhtinskaya Sent: Wednesday, May 05, 2010 10:17 AM To: Flash Coders List Subject: [Flashcoders] Changing display index on the stage Hi Is it possible to have mc1 manually placed on stage be over mc2 created dynamically mc2=new MovieClip(); addChild(mc2) _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

