<mouse_out>

Executes the specified actions when the mouse comes off of an image defined by the parent <graphical_button name=""> or <image name=""> tag.

This tag makes the following variables available for evaluation:

image_out_name – the name of the image off of which the mouse has moved.
image_out_x – the X position of the cursor at the moment the mouse has moved off of the image (relative to the upper left corner of the image).
image_move_y – the Y position of the cursor at the moment the mouse has moved off of the image (relative to the upper left corner of the image).

Child of: <graphical_button name=””>, <image name="">
Parent of: Any child of <node name="">
See also: <mouse_click>, <mouse_down>, <mouse_move>, <mouse_over>

Example:

<image name="my_image">
            ...
<mouse_out>
...
</mouse_out>
</image>