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

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

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()
nextScene()
31

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Table of Contents