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