Cicode Programming Reference > Cicode Function Categories > Display Functions Introduction > DspAnMove

DspAnMove

Note: This function is only used for V3.xx and V4.xx animations, and was superseded by future releases.

Moves an AN to a new position. Any animation at this AN is also moved.

Syntax

DspAnMove(AN, X, Y)

AN:

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

DspAnMoveRel

Example

DspAnMove(25,100,200);
! Moves AN25 to pixel location 100,200.

See Also

Display Functions