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

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
Property
_ymouse:Number
_yscale:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Event summary
Event
onData
= function() {}
onDragOut
= function() {}
onDragOver
= function() {}
onEnterFrame
= function() {}
onKeyDown
= function() {}
onKeyUp
= function() {}
onKillFocus
=
function(newFocus:Object) {}
onLoad
= function() {}
onMouseDown
= function() {}
onMouseMove
= function() {}
onMouseUp
= function() {}
onPress
= function() {}
onRelease
= function() {}
442
ActionScript classes
[read-only]
property),
property),
Description
Invoked when a movie clip receives data from a
MovieClip.loadVariables() or MovieClip.loadMovie()
call.
Invoked when the mouse button is pressed and the
pointer rolls outside the object.
Invoked when the pointer is dragged outside and then
over the movie clip.
Invoked repeatedly at the frame rate of the SWF file.
Invoked when a movie clip has input focus and a key is
pressed.
Invoked when a key is released.
Invoked when a movie clip loses input focus.
Invoked when the movie clip is instantiated and
appears in the Timeline.
Invoked when the mouse button is pressed.
Invoked when the mouse moves.
Invoked when the mouse button is released.
Invoked when the user clicks the mouse while the
pointer is over a movie clip.
Invoked when the mouse button is released over a
movie clip.
Description
Indicates the y coordinate of the mouse
position.
Sets the vertical scale (percentage) of
the movie clip as applied from the
registration point of the movie clip.
__proto__ (Object.__proto__
__resolve

Advertisement

Table of Contents
loading

Table of Contents