Flash Player 6.
Mouse.removeListener (
listener
)
listener
An object.
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
.
Method; removes an object that was previously registered with the addListener
method.