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.
drag_name – the name of the image that is being dragged.
Child of: <image name="">
Parent of: <assign name="" expr=""/>, <bg_image file=""/>, <bg_mp3 fadeout=""/>, <bg_mp3 file=""/>, <bg_mp3 toLevel="" seconds=""/>, <clipboard value=""/>, <debug>, <dropdown>, <if cond="">, <images>, <input>, <link>, <media_overlay>, <medias>, <next_node>, <text_banners>, <title>, <voice_rec>, <web_service>
See also: <drag_drop>, <drag_info>
See also: <drag_drop>, <drag_info>
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>
...
</drag_move>