M > Mouse (object) |
![]() ![]() ![]() |
Mouse (object)
The Mouse object is a top-level object that you can access without using a constructor. You can use the methods of the Mouse object to hide and show the cursor in the movie. The mouse pointer is visible by default, but you can hide it and implement a custom pointer that you create using a movie clip.
Method Description Registers an object to receive Hides the mouse pointer in the movie. Removes an object that was registered with the Displays the mouse pointer in the movie.
Mouse method summary
onMouseDown
, onMouseMove
, and onMouseUp
notification.
addListener
method.
Method Description Notified when the mouse button is pressed down. Notified when the mouse button is moved. Notified when the mouse button is released.
Mouse listener summary
![]() ![]() ![]() |