If I have a movieclip already in a frame how do I make it go and play another frame on the main timeline once the movieclip is finished without using a button
Asked
Active
Viewed 45 times
0
-
What sort of code/attempts have you tried already? We can help provide solutions, but it would be better if we could see what you've already tried. – Castaglia Apr 17 '16 at 17:38
1 Answers
0
On the last from of your movieclip, add a new keyframe and the following actionscript.
_root.gotoAndPlay(25);
or
root.gotoAndPlay("whateverFrameLabelName");

Rusty Parks
- 173
- 1
- 8