12/4/2010 4:42:15 AM
Title:
How to add a movieclip as a child element of another movieclip?
Actually i have 5(named as 1_mc, 2_mc, 3_mc, 4_mc and final_mc) movie clips. And i need to drag and drop the first 4 movie clips into "final_mc" movie clip.
After that i need to get the order of that drag and drop order?
12/5/2010 6:34:07 AM
use movieclip.addChild(otherMovie)