Cicode functions... help needed to find correct functions

K

Thread Starter

krishna

Hi,

I am learning citect and tying to do some animation with cicode.
First I tried to move an object (rectangle) with DspAnMoveRel(AN, X, Y) but it did not work.

I am trying to do conveyor animation with different colored objects.

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

But does not say which function superseded it.

And in DspAnGetPos (AN, X, Y) i got type mismatch error. i used x, y as INT and passed an integer number for AN.
Without these and other display functions I cant do my animation.

Please help.
thanks.
Krishna
 
I could make DspAnMoveRel (AN, X, Y) work but DspAnGetPos (AN, X, Y) still gives type mismatch error. Pls help.

Krishna
 
Top