MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 36

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

Advertisement

Modifiers
Signature
ord(character:String) :
parseFloat(string:String) :
parseInt(expression:String,
[radix:Number]) :
play()
prevFrame()
prevScene()
random(value:Number) :
removeMovieClip(target:Object)
setInterval(functionName:Object,
interval:Number, [param:Object],
objectName:Object, methodName:String)
:
Number
setProperty(target:Object,
property:Object, expression:Object)
startDrag(target:Object,
[lock:Boolean],
[left,top,right,bottom:Number])
stop()
stopAllSounds()
36
ActionScript language elements
Number
Number
Number
Number
Description
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.
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 parameter.
Deletes the specified movie clip.
Calls a function or a method or an
object at periodic intervals while a
SWF file plays.
Changes a property value of a movie
clip as the movie clip plays.
Makes the target movie clip
draggable while the movie plays.
Stops the SWF file that is currently
playing.
Stops all sounds currently playing in
a SWF file without stopping the
playhead.

Advertisement

Table of Contents
loading

Table of Contents