Modifiers
Signature
globalToLocal(pt:Obj
ect) : Void
gotoAndPlay(frame:Ob
ject) : Void
gotoAndStop(frame:Ob
ject) : Void
hitTest() : Boolean
lineGradientStyle(fi
llType:String,
colors:Array,
alphas:Array,
ratios:Array,
matrix:Object,
[spreadMethod:String
],
[interpolationMethod
:String],
[focalPointRatio:Num
ber]) : Void
lineStyle(thickness:
Number, rgb:Number,
alpha:Number,
pixelHinting:Boolean
, noScale:String,
capsStyle:String,
jointStyle:String,
miterLimit:Number) :
Void
lineTo(x:Number,
y:Number) : Void
loadMovie(url:String
, [method:String]) :
Void
loadVariables(url:St
ring,
[method:String]) :
Void
824
ActionScript classes
Description
Converts the pt object from Stage (global)
coordinates to the movie clip's (local) coordinates.
Starts playing the SWF file at the specified frame.
Brings the playhead to the specified frame of the
movie clip and stops it there.
Evaluates the movie clip to see if it overlaps or
intersects with the hit area that the target or x and y
coordinate parameters identify.
Specifies a line style that Flash uses for subsequent
calls to the lineTo() and curveTo() methods until
you call the lineStyle() method or the
lineGradientStyle() method with different
parameters.
Specifies a line style that Flash uses for subsequent
calls to the lineTo() and curveTo() methods until
you call the lineStyle() method with different
parameters.
Draws a line using the current line style from the
current drawing position to (x, y); the current drawing
position is then set to (x, y).
Loads a SWF, JPEG, GIF, or PNG file into a movie
clip in Flash Player while the original SWF file is
playing.
Reads data from an external file and sets the values
for variables in the movie clip.
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?