EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE - Nextscene()

MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE
162 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...
nextScene() 31
Example
In the following example, when the user clicks the button, the playhead moves to the next
frame and stops:
on (release) {
nextFrame();
}
See also
prevFrame()
nextScene()
Availability
Flash Lite 1.0.
Usage
nextScene()
Operands
None.
Description
Function; sends the playhead to Frame 1 of the next scene and stops it.
Example
In the following example, when a user releases the button, the playhead moves to Frame 1 of
the next scene:
on(release) {
nextScene();
}
See also
prevScene()

Table of Contents

Related product manuals