Is it possible to remain an on going animation on a child MC while moving the MC to the stage (same level as its parents)
If by using removeChild and addChild again the animation will not be consistancy.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t need to removeChild/addChild if you’re just changing parents. Just calling addChild on a child that already has a parent, will re-parent the child automatically.
I haven’t tested your exact problem. But if the MovieClip stops playing when you call addChild, you could just store the current frame and then resume playing from that frame after you’ve called addChild. Like this: