MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 477

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Mouse.addListener()
Availability
Flash Player 6.
Usage
Mouse.addListener (newListener)
Parameters
newListener
Returns
Nothing.
Description
Method; registers an object to receive notifications of the
listeners.
onMouseUp
The
newListener
,
onMouseDown
onMouseMove
When the mouse is pressed, moved, or released, regardless of the input focus, all listening objects
that are registered with this method have their
method invoked. Multiple objects can listen for mouse notifications. If the listener
is already registered, no change occurs.
See also
Mouse.onMouseDown
Mouse.hide()
Availability
Flash Player 5.
Usage
Mouse.hide()
Parameters
None.
Returns
A Boolean value:
Description
Method; hides the pointer in a SWF file. The pointer is visible by default.
An object.
parameter should contain an object with defined methods for the
, and
onMouseUp
,
Mouse.onMouseMove
if the pointer is visible, and
true
onMouseDown
listeners.
,
onMouseDown
onMouseMove
,
Mouse.onMouseUp
if the pointer is invisible.
false
,
, and
onMouseMove
, or
onMouseUp
newListener
Mouse.hide()
477

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents