on (release) {
this.gotoAndPlay(2);
}
Now when the user clicks on the doll's head, the bobblehead animation will jump past the stopped first frame to the second frame, play through the entire bouncing animation, then cycle back to the first frame and halt at its rest position when it hits that scripted stop. Check out my example.


