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

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

Advertisement

Table of Contents
loading

Table of Contents