gotoAndPlay() flash - Flash Views : 246
Tagged in : Flash
0 0
Send mail
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.
By Ramya, On - 2010-01-28



    Login to add Comments .