Flash 2.
nextFrame()
None.
Nothing.
Function; sends the playhead to the next frame and stops it.
In this example, when the user clicks the button, the playhead goes to the next frame and stops.
on (release) { nextFrame(); }