<mouse_move>

Executes the specified actions upon movement of the cursor over the image defined by the parent <image name=""> tag.

This tag makes the following variables available for evaluation:

image_move_name – the name of the image over which the mouse movement is being performed.
image_move_x – the current X position of the cursor during the mouse movement (relative to the upper left corner of the image).
image_move_y – the current Y position of the cursor during the mouse movement (relative to the upper left corner of the image).

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

Example:

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