Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Global Functions > nextScene() | |||
Flash Lite 1.0.
nextScene()
None.
Function; sends the playhead to Frame 1 of the next scene and stops it.
In the following example, when a user releases the button, the playhead moves to Frame 1 of the next scene:
on(release) {
nextScene();
}
|
|
|
|