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

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
lineStyle(thickness:Number,
rgb:Number, alpha:Number,
pixelHinting:Boolean,
noScale:String, capsStyle:String,
jointStyle:String,
miterLimit:Number) :
lineTo(x:Number, y:Number) :
loadMovie(url:String,
[method:String]) :
loadVariables(url:String,
[method:String]) :
localToGlobal(pt:Object) :
moveTo(x:Number, y:Number) :
nextFrame() :
play() :
prevFrame() :
removeMovieClip() :
setMask(mc:Object) :
446
ActionScript classes
Void
Void
Void
Void
Void
Void
Void
Void
Void
Description
Specifies a line style that Flash uses
for subsequent calls to lineTo() and
curveTo() until you call lineStyle()
with different parameters.
Draws a line using the current line style
Void
from the current drawing position to (x,
y); the current drawing position is then
set to (x, y).
Loads SWF or JPEG files 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.
Converts the pt object from the movie
clip's (local) coordinates to the Stage
(global) coordinates.
Moves the current drawing position to
Void
(x, y).
Sends the playhead to the next frame
and stops it.
Moves the playhead in the Timeline of
the movie clip.
Sends the playhead to the previous
frame and stops it.
Removes a movie clip instance
created with duplicateMovieClip(),
MovieClip.duplicateMovieClip(),
MovieClip.createEmptyMovieClip(
), or MovieClip.attachMovie().
Makes the movie clip in the parameter
mc a mask that reveals the calling
movie clip.

Advertisement

Table of Contents
loading

Table of Contents