on (release) {
doorknobpage.gotoAndStop (1) ;
}
This time we're telling it to go all the way back to the beginning, and stop there--bringing our movie clip back to its starting state. This is different from the Pause button, which would stop the movie clip on the current frame of playback.


