saw it on Flashcoders,Greetz Erik reply "Copy and paste a movieClip?"
here is quote from him:
Yes in AS3 you can move DisplayObjects to other parents without problems.
One thing to note is that you need to remove it from the current display
list before you add it to the other.
Something like this:
parent1.removeChild(theClip);
parent2.addChild(theClip);
i didn't know it, i will give it a try
Showing posts with label move child. Show all posts
Showing posts with label move child. Show all posts
Saturday, September 8, 2007
Subscribe to:
Posts (Atom)