Pausing

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();

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

thanks