OnDragMove picture event


Declaration
 ENTRY OnDragMove(IN INT _refId, IN INT _moveType, IN INT _x, IN INT _y, IN BOOL _User)
 ; actions
 END OnDragMove 
Parameters
_refIdReference variable of object.
_moveTypeDirection of movement.
_xMovement on X-axis.
_yMovement on Y-axis.
_UserAuxiliary parameter (for the present only of value @true).
Description
An event is generated if user moves by object in picture. It sends some information about movement range of object on X-axis and Y-axis into script.
Note
 ENTRY OnDragMove(IN INT_refId, IN INT _moveType, IN INT _X, IN INT _Y, IN BOOL _User)
 ; actions
 END OnDragMove
 
Napíšte komentár