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
Usage
not expression
Parameters
A variable or other expression that converts to a Boolean value.
expression
Description
Operator; performs a logical NOT operation in Flash Player 4.
See also
! (logical NOT)
568
Chapter 12: ActionScript Dictionary
operator.
! (logical NOT)
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers