Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Global Functions > prevScene() | |||
Flash Lite 1.0.
prevScene()
None.
Function; sends the playhead to Frame 1 of the previous scene and stops it.
In this example, when the user clicks a button that has the following handler attached to it, the playhead is sent to the previous scene:
on(release) {
prevScene();
}
|
|
|
|