568 Chapter 12: ActionScript Dictionary
nextScene()
Availability
Flash 2.
Usage
nextScene()
Parameters
None.
Returns
Nothing.
Description
Function; sends the playhead to Frame 1 of the next scene and stops it.
Example
In this example, when a user releases the button, the playhead is sent to Frame 1 of the next scene.
on(release) {
nextScene();
}
See also
prevScene()
not
Availability
Flash Player 4. This operator has been deprecated in favor of the ! (logical NOT) operator.
Usage
not expression
Parameters
expression
A variable or other expression that converts to a Boolean value.
Description
Operator; performs a logical NOT operation in Flash Player 4.
See also
! (logical NOT)