EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Page 44

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 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...
44 ActionScript language elements
setInterval(function
Reference:Function,
interval:Number,
[param:Object],
objectReference:Obje
ct,
methodName:String)
Calls a function or a method of an object at periodic
intervals while a SWF file plays.
setProperty(target:O
bject,
property:Object,
expression:Object)
Changes a property value of a movie clip as the movie
clip plays.
showRedrawRegions(en
able:Boolean,
[color:Number])
Provides the ability for the debugger player to outline
the regions of the screen that are being redrawn.
startDrag(target:Obj
ect, [lock:Boolean],
[left,top,right,bott
om:Number])
Makes the target movie clip draggable while the
movie plays.
stop() Stops the SWF file that is currently playing.
stopAllSounds() Stops all sounds currently playing in a SWF file
without stopping the playhead.
stopDrag() Stops the current drag operation.
String(expression:Ob
ject)
Returns a string representation of the specified
parameter.
substring(string:Str
ing, index:Number,
count:Number)
Deprecated since Flash Player 5. This function was
deprecated in favor of String.substr().
Extracts part of a string.
targetPath(targetObj
ect:Object)
Returns a string containing the target path of
movieClipObject.
tellTarget(target:St
ring, statement(s))
Deprecated since Flash Player 5. Macromedia
recommends that you use dot (.) notation and the
with statement.
Applies the instructions specified in the statements
parameter to the Timeline specified in the target
parameter.
toggleHighQuality() Deprecated since Flash Player 5. This function was
deprecated in favor of _quality.
Turns anti-aliasing on and off in Flash Player.
Modifiers Signature Description

Table of Contents

Related product manuals