gotoAndPlay() flash

by Ramya 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.

Tagged in:

1666
like
0
dislike
0
mail
flag

You must LOGIN to add comments