Modifiers
Signature
Object([value:Object
])
on(mouseEvent:Object
)
onClipEvent(movieEve
nt:Object)
ord(character:String
)
parseFloat(string:St
ring)
parseInt(expression:
String,
[radix:Number])
play()
prevFrame()
prevScene()
print(target:Object,
boundingBox:String)
printAsBitmap(target
:Object,
boundingBox:String)
printAsBitmapNum(lev
el:Number,
boundingBox:String)
printNum(level:Numbe
r,
boundingBox:String)
random(value:Number)
removeMovieClip(targ
et:Object)
Description
Creates a new empty object or converts the specified
number, string, or Boolean value to an object.
Specifies the mouse event or keypress that triggers
an action.
Triggers actions defined for a specific instance of a
movie clip.
Deprecated since Flash Player 5. This function was
deprecated in favor of the methods and properties of
the String class.
Converts characters to ASCII code numbers.
Converts a string to a floating-point number.
Converts a string to an integer.
Moves the playhead forward in the Timeline.
Sends the playhead to the previous frame.
Sends the playhead to Frame 1 of the previous scene.
Prints the target movie clip according to the
boundaries specified in the parameter (bmovie, bmax,
or bframe).
Prints the target movie clip as a bitmap according to
the boundaries specified in the parameter (bmovie,
bmax, or bframe).
Prints a level in Flash Player as a bitmap according to
the boundaries specified in the parameter (bmovie,
bmax, or bframe).
Prints the level in Flash Player according to the
boundaries specified in the boundingBox parameter
(bmovie, bmax, bframe).
Deprecated since Flash Player 5. This function was
deprecated in favor of Math.random().
Returns a random integer between 0 and one less
than the integer specified in the value.
Deletes the specified movie clip.
Global Functions
43
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?