on (release) {
gotoAndPlay(Doll,1) ;
}
If youll remember from a previous lesson, using gotoAndPlay this way will cause the Flash movie to jump from the current scene to the scene named (in my case, Doll) and the frame in that scene specified.


