DspAnMove
- Last UpdatedJul 18, 2023
- 1 minute read
Moves an AN to a new position. Any animation at this AN is also moved.
Note: This function was designed to only be used on Cicode objects, or the animation point object from the version 3.xx/4.xx toolbox.
Syntax
DspAnMove(nAN, X, Y)
nAN:
The animation-point number.
X:
The x pixel coordinates of the new position.
Y:
The y pixel coordinates of the new position.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
DspAnMove(25,100,200);
! Moves AN25 to pixel location 100,200.