Event: Mousein(target)

Related Events: mouseout
Related Actions: letmousex, letmousey
See also: FKiSS, Events, Actions

mousein(target)

First defined in: FKiSS4
The mousein event is triggered when the mouse passes into the bounding rectangle for target.
Only one mousein event should exist for any target.

target

target may be an object number, cel, or group.

Example:

;@ mousein("this.cel")  ; When the mouse cursor first passes over "this.cel"...
;@   altmap("this.cel") ; Hide "this.cel" if visible or show if hidden.