MovieClip
821
Method summary
onMouseUp
=
function() {}
Invoked when the mouse button is released.
onPress
=
function() {}
Invoked when the user clicks the mouse while the pointer is over a movie
clip.
onRelease
=
function() {}
Invoked when a user releases the mouse button over a movie clip.
onReleaseOutside
= function() {}
Invoked after a user presses the mouse button inside the movie clip area
and then releases it outside the movie clip area.
onRollOut
=
function() {}
Invoked when a user moves the pointer outside a movie clip area.
onRollOver
=
function() {}
Invoked when user moves the pointer over a movie clip area.
onSetFocus
=
function(oldFocu
s:Object) {}
Invoked when a movie clip receives keyboard focus.
onUnload
=
function() {}
Invoked in the first frame after the movie clip is removed from the Timeline.
Modifiers
Signature
Description
attachAudio
(id:Objec
t) : Void
Specifies the audio source to be played.
attachBitmap
(bmp:Bit
mapData,
depth:Number,
[pixelSnapping:Strin
g],
[smoothing:Boolean])
: Void
Attaches a bitmap image to a movie clip.
attachMovie
(id:Strin
g, name:String,
depth:Number,
[initObject:Object])
: MovieClip
Takes a symbol from the library and attaches it to the
movie clip.
Event
Description
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...