N-R > nextScene

nextScene

Syntax

nextScene();

Arguments

None.

Description

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

Player

Flash 2 or later.

Example

This action is assigned to a button that, when pressed and released, sends the playhead to frame 1 of the next scene.

on(release) {
	nextScene();
}