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

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Property summary
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Event summary
Event
onMouseDown
= function() {}
onMouseMove
= function() {}
onMouseUp
= function() {}
Method summary
Modifiers
Signature
static
addListener(listener:Object) :
static
removeListener(listener:Object) :
Boolean
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
property),
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
__proto__ (Object.__proto__
property),
__resolve
Description
Notified when the mouse button is
pressed.
Notified when the mouse moves.
Notified when the mouse button is
released.
Description
Registers an object to receive
Void
notifications of the onMouseDown,
onMouseMove, and onMouseUp
listeners.
Removes an object that was
previously registered with
addListener().
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf
Mouse
431

Advertisement

Table of Contents
loading

Table of Contents