prevScene()

Availability

Flash Lite 1.0.

Usage

prevScene()

Operands

None.

Description

Function; sends the playhead to Frame 1 of the previous scene and stops it.

Example

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();
}

See also

nextScene()