on a button im using this code:
Actionscript Code:
on (keyPress "1") {

    this.movie1.gotoAndPlay("2");      

}

I want the user to be able to press "1" again but this time it either resumes playing from the next frame OR gotoand Play another fram in the same movie.

How would i do this. Many thanks you kind people