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

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

Advertisement

Method summary
Modifiers
Signature
attachMovie(id:String, name:String,
depth:Number, [initObject:Object])
:
MovieClip
beginFill(rgb:Number,
[alpha:Number]) :
beginGradientFill(fillType:String,
colors:Array, alphas:Array,
ratios:Array, matrix:Object) :
clear() :
createEmptyMovieClip(name:String,
depth:Number) :
createTextField(instanceName:String
, depth:Number, x:Number, y:Number,
width:Number, height:Number) :
TextField
curveTo(controlX:Number,
controlY:Number, anchorX:Number,
anchorY:Number) :
duplicateMovieClip(name:String,
depth:Number, [initObject:Object])
:
MovieClip
endFill() :
getBounds(bounds:Object) :
444
ActionScript classes
Void
Void
MovieClip
Void
Void
Object
Description
Takes a symbol from the library and
attaches it to the movie clip.
Indicates the beginning of a new
drawing path.
Indicates the beginning of a new
drawing path.
Void
Removes all the graphics created
during runtime by using the movie clip
draw methods, including line styles
specified with
MovieClip.lineStyle().
Creates an empty movie clip as a child
of an existing movie clip.
Creates a new, empty text field as a
child of the movie clip on which you
call this method.
Draws a curve using the current line
style from the current drawing position
to (anchorX, anchorY) using the
control point that ((controlX,
controlY) specifies.
Creates an instance of the specified
movie clip while the SWF file is
playing.
Applies a fill to the lines and curves
added since the last call to
beginFill() or
beginGradientFill().
Returns properties that are the
minimum and maximum x and y
coordinate values of the movie clip,
based on the bounds parameter.

Advertisement

Table of Contents
loading

Table of Contents