N-R > prevFrame

prevFrame

Syntax

prevFrame();

Arguments

None.

Description

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

Player

Flash 2 or later.

Example

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

on(release) {
	prevFrame(5);
}

See also

MovieClip.prevFrame