prevFrame()

Availability

Flash Lite 1.0.

Usage

prevFrame()

Operands

None.

Description

Function; sends the playhead to the previous frame and stops it. If the current frame is Frame 1, the playhead does not move.

Example

When the user clicks a button that has the following handler attached to it, the playhead is sent to the previous frame:

on(release) {
    prevFrame();
}

See also

nextFrame()