User Guide
MovieClip 445
getBytesLoaded() : Number Returns the number of bytes that have
already loaded (streamed) for the
movie clip.
getBytesTotal() : Number Returns the size, in bytes, of the movie
clip.
getDepth() : Number Returns the depth of the movie clip
instance.
getInstanceAtDepth(depth:Number) :
MovieClip
Determines if a particular depth is
already occupied by a movie clip.
getNextHighestDepth() : Number 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.
getSWFVersion() : Number Returns an integer that indicates the
Flash Player version for the movie clip
was published.
getURL(url:String, [window:String],
[method:String]) : Void
Loads a document from the specified
URL into the specified window.
globalToLocal(pt:Object) : Void Converts the pt object from Stage
(global) coordinates to the movie clip's
(local) coordinates.
gotoAndPlay(frame:Object) : Void Starts playing the SWF file at the
specified frame.
gotoAndStop(frame:Object) : Void Brings the playhead to the specified
frame of the movie clip and stops it
there.
hitTest() : Boolean 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.
Modifiers Signature Description