nextFrame()

Availability

Flash 2.

Usage

nextFrame()

Parameters

None.

Returns

Nothing.

Description

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

Example

In this example, when the user clicks the button, the playhead goes to the next frame and stops.

on (release) {
  nextFrame();
}