M > Mouse.removeListener |
![]() ![]() ![]() |
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 the addListener
method.
![]() ![]() ![]() |