EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 568

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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)

Table of Contents

Related product manuals