on (release) {
gotoAndPlay(2) ;
}
So weve just told the game that when the user clicks the Play button, its supposed to go to frame 2 and play from there. (In this instance, though, you could use either gotoAndPlay or gotoAndStop; it wouldnt make much difference.)


