Example
In the following example, when the user clicks the button, the playhead moves to the next
frame and stops:
on (release) {
nextFrame();
}
See also
prevFrame()
nextScene()
Availability
Flash Lite 1.0.
Usage
nextScene()
Operands
None.
Description
Function; sends the playhead to Frame 1 of the next scene and stops it.
Example
In the following example, when a user releases the button, the playhead moves to Frame 1 of
the next scene:
on(release) {
nextScene();
}
See also
prevScene()
nextScene()
31
Need help?
Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?