Mouse.show() 481
Mouse.removeListener()
Availability
Flash Player 6.
Usage
Mouse.removeListener (listener)
Parameters
listener
An object.
Returns
If the listener object was successfully removed, the method returns true; if the listener was
not successfully removed (for example, if the
listener was not on the Mouse object’s listener
list), the method returns
false.
Description
Method; removes an object that was previously registered with addListener().
Mouse.show()
Availability
Flash Player 5.
Usage
Mouse.show()
Parameters
None.
Returns
Nothing.
Description
Method; displays the mouse pointer in a SWF file. The pointer is visible by default.
See also
Mouse.show()
, MovieClip._xmouse, MovieClip._ymouse