Skip to main content
Participant
May 14, 2007
Question

AS3: how to make parent to play, after it is stoped?

  • May 14, 2007
  • 1 reply
  • 1963 views
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?
This topic has been closed for replies.

1 reply

May 14, 2007
try
MovieClip(parent).gotoAndPlay(2);