View Full Version : Pausing
Vargus
August 18th, 2004, 03:30 AM
sorry if this a noob question but i'm just starting with action script in flash...
can someone tell me how to pause the movie at the end i.e. make it not loop anymore?
and im using MX 2004 actionscript...
Skribble
August 18th, 2004, 03:49 AM
sorry if this a noob question but i'm just starting with action script in flash...
can someone tell me how to pause the movie at the end i.e. make it not loop anymore?
and im using MX 2004 actionscript...
just make a keyframe on the last frame and add
stop();
Vargus
August 18th, 2004, 04:01 AM
just make a keyframe on the last frame and add
stop();
lol i just figured that out now i have a button and it is hooked up to the on (press) play thingy but it doesn't do anything and i want it to go back to the very beginning and play again... how do i do that?
Skribble
August 18th, 2004, 04:21 AM
lol i just figured that out now i have a button and it is hooked up to the on (press) play thingy but it doesn't do anything and i want it to go back to the very beginning and play again... how do i do that?
on(release){
gotoAndPlay(1);
}
Vargus
August 18th, 2004, 02:50 PM
thanks
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.