Nov 11, 2001 #1 luckyy Technical User Sep 29, 2001 40 AU If I have an mclip that runs on a click action in frame 1 of scene 1, when the mclip finishes can I then go back to frame 2 of scene1?
If I have an mclip that runs on a click action in frame 1 of scene 1, when the mclip finishes can I then go back to frame 2 of scene1?
Nov 11, 2001 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA From the movie clip: _root.nextFrame(); Or... _root.gotoAndPlay(2); Or... _root.gotoAndPlay("frame_label" Regards, ldnewbie Upvote 0 Downvote
From the movie clip: _root.nextFrame(); Or... _root.gotoAndPlay(2); Or... _root.gotoAndPlay("frame_label" Regards, ldnewbie