|
|
gotoAndPlay() flash - Flash
|
Views : 246
|
|
Tagged in : Flash
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|