Forum Moderators: open
(Oops. Sorry about the misspelling in the title)
[edited by: MartinWeb at 3:33 am (utc) on June 3, 2009]
If you want to skip a frame,
frame20.........¦frame21.........¦frame22..... goToAndPlay(22);¦................¦............
Or rewind,
goToAndStop(1);
or halt based on conditions,
if (condition1) { stop(); // or goToAndStop(1); }