EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 477

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

Table of Contents

Related product manuals