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
An integer.
value
Description
Function; returns a random integer between 0 and one less than the integer specified in the
parameter.
value
36
Flash Lite Global Functions
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?