Prevscene(); Random() - 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

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

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?

Subscribe to Our Youtube Channel

Table of Contents