nextFrame()

Availability

Flash Lite 1.0.

Usage

nextFrame()

Operands

None.

Description

Function; sends the playhead to the next frame and stops it.

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