Nov 11, 2001 #1 luckyy Technical User Joined Sep 29, 2001 Messages 40 Location 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 Joined Dec 6, 2000 Messages 9,142 Location 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
Nov 11, 2001 Thread starter #3 luckyy Technical User Joined Sep 29, 2001 Messages 40 Location AU champion Upvote 0 Downvote