MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 822

Actionscript 2.0 language reference
Table of Contents

Advertisement

Modifiers
Signature
beginBitmapFill(bmp:
BitmapData,
[matrix:Matrix],
[repeat:Boolean],
[smoothing:Boolean])
: Void
beginFill(rgb:Number
, [alpha:Number]) :
Void
beginGradientFill(fi
llType:String,
colors:Array,
alphas:Array,
ratios:Array,
matrix:Object,
[spreadMethod:String
],
[interpolationMethod
:String],
[focalPointRatio:Num
ber]) : Void
clear() : Void
createEmptyMovieClip
(name:String,
depth:Number) :
MovieClip
createTextField(inst
anceName:String,
depth:Number,
x:Number, y:Number,
width:Number,
height:Number) :
TextField
curveTo(controlX:Num
ber,
controlY:Number,
anchorX:Number,
anchorY:Number) :
Void
822
ActionScript classes
Description
Fills a drawing area with a bitmap image.
Indicates the beginning of a new drawing path.
Indicates the beginning of a new drawing path.
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.

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF