EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE - Prevscene(); Random()

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...
36 Flash Lite Global Functions
prevScene()
Availability
Flash Lite 1.0.
Usage
prevScene()
Operands
None.
Description
Function; sends the playhead to Frame 1 of the previous scene and stops it.
Example
In this example, when the user clicks a button that has the following handler attached to it,
the playhead is sent to the previous scene:
on(release) {
prevScene();
}
See also
nextScene()
random()
Availability
Flash Lite 1.0.
Usage
random(value)
Operands
value An integer.
Description
Function; returns a random integer between 0 and one less than the integer specified in the
value parameter.

Table of Contents

Related product manuals