gotoAndPlay() flash
by Ramya[ Edit ] 2010-01-28 20:33:52
gotoAndPlay() action in flash:
gotoAndPlay(scene, frame)
Example:
on(release) {
gotoAndPlay(16);
}
When the user clicks a button to which the gotoAndPlay action is assigned, the playhead is sent to Frame 16 and starts to play.