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