| Is there any way to exit in actionscript? A simple actionscript question. |
MartinWeb

msg:3925241 | 3:33 am on Jun 3, 2009 (gmt 0) | Is there a code that will stop a frame of actionscript from running? I know in PHP that there are the exit(), and die() codes. (Oops. Sorry about the misspelling in the title) [edited by: MartinWeb at 3:33 am (utc) on June 3, 2009]
|
rocknbil

msg:3925413 | 7:59 am on Jun 3, 2009 (gmt 0) | stop(); 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); }
|
|
|