Ive seen gotoAndPlay and gotoAndStop but is there like a gotoAndLoop till frame 1 or something? Trying to do this all outside frames (code)
Asked
Active
Viewed 139 times
0
-
put gotoAndStop(1) on last frame – turbosqel Nov 17 '12 at 13:34
-
or if you have only 2 frames:) add prevFrame(); in the second frame - it was faster than gotoAndPlay(1); – Lukasz 'Severiaan' Grela Nov 17 '12 at 15:14