Question
AS3: how to make parent to play, after it is stoped?
I have one movie clip on a stage and I put stop(); in a main
timeline keyframe. When the movie clip finishes it's animation, I
want main animation to resume. It would be easy to do in AS2 by
putting _root.gotoAndPlay(2) in last keyframe of movie clip , but
it no longer works in AS3. What should I do?