Modifiers
Signature
duplicateMovieClip(n
ame:String,
depth:Number,
[initObject:Object])
: MovieClip
endFill() : Void
getBounds(bounds:Obj
ect) : Object
getBytesLoaded() :
Number
getBytesTotal() :
Number
getDepth() : Number
getInstanceAtDepth(d
epth:Number) :
MovieClip
getNextHighestDepth(
) : Number
getRect(bounds:Objec
t) : Object
getSWFVersion() :
Number
getTextSnapshot() :
TextSnapshot
getURL(url:String,
[window:String],
[method:String]) :
Void
Description
Creates an instance of the specified movie clip while
the SWF file is playing.
Applies a fill to the lines and curves that were 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.
Returns the number of bytes that have already loaded
(streamed) for the movie clip.
Returns the size, in bytes, of the movie clip.
Returns the depth of the movie clip instance.
Determines if a particular depth is already occupied by
a movie clip.
Determines a depth value that you can pass to
MovieClip.attachMovie(),
MovieClip.duplicateMovieClip(), or
MovieClip.createEmptyMovieClip() to ensure that
Flash renders the movie clip in front of all other objects
on the same level and layer in the current movie clip.
Returns properties that are the minimum and
maximum x and y coordinate values of the movie clip,
based on the bounds parameter, excluding any
strokes on shapes.
Returns an integer that indicates the Flash Player
version for the movie clip was published.
Returns a TextSnapshot object that contains the text
in all the static text fields in the specified movie clip;
text in child movie clips is not included.
Loads a document from the specified URL into the
specified window.
MovieClip
823
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?
Questions and answers