MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 806

Actionscript 2.0 language reference
Table of Contents

Advertisement

A Flash application can only monitor mouse events that occur within its focus. A Flash
application cannot detect mouse events in another application.
Availability: ActionScript 1.0; Flash Player 5
Property summary
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Event summary
Event
Description
Notified when the mouse is pressed.
onMouseDown
=
function() {}
Notified when the mouse moves.
onMouseMove
=
function() {}
Notified when the mouse is released.
onMouseUp
=
function() {}
Notified when the user rolls the mouse wheel.
onMouseWheel
=
function([delta:
Number],
[scrollTarget:St
ring]) {}
Method summary
Modifiers
Signature
static
addListener(listener
:Object) : Void
static
hide() : Number
static
removeListener(liste
ner:Object) :
Boolean
static
show() : Number
806
ActionScript classes
property),
__proto__ (Object.__proto__
property),
Description
Registers an object to receive notifications of the
onMouseDown, onMouseMove, onMouseUp, and
onMouseWheel listeners.
Hides the pointer in a SWF file.
Removes an object that was previously registered
with addListener().
Displays the mouse pointer in a SWF file.
__resolve

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF