<drag_move>

Executes the specified actions while an image is being moved using <drag_info>.

This tag makes the following variables available:

drag_x – the X axis position of the center of the image being dragged.
drag_y – the Y axis position of the center of the image being dragged.
drag_distance – the distance in pixels between the center of the image and the focal point defined by <focalX> and <focalY>.
drag_name – the name of the image that is being dragged.

Child of: <image name="">

Example:

<drag_move>
            <title>
                        <text>MOVED: %drag_x%, %drag_y%</text>
                        <width>300</width>
                        <height>50</height>
                        <x>0</x>
                        <y>0</y>
                        <font_size>20</font_size>
                        <font>Arial</font>
                        <text_color>#FFFFFF</text_color>
            </title>
            ...
</drag_move>