N-R > nextFrame

nextFrame

Syntax

nextFrame();

Arguments

None.

Description

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

Player

Flash 2 or later.

Example

When the user clicks a button that a nextFrame action is assigned to, the playhead is sent to the next frame.

on (release) {
	nextFrame(5);
}