Page is a not externally linkable
- Code, Content, and Presentation
-- Flash and Shockwave
---- Is there any way to exit in actionscript?


rocknbil - 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);
}


Thread source:: http://www.webmasterworld.com/flash/3925239.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com