Can someone help me with SPANIM? I'm trying to mess around with it to try and understand it, but it just doesn't make sense. All I know is if I follow the example, it moves the sprite in a weird way, and if i switch xy with uv, it goes crazy.
Spanim (sprite management number), "XY", (how long you want animation to wait before doing the first movement...and put a - before the number),(x coordinate to go to), (y coordinate to go to), (repeat the step after ["XY",] for as many movements as you want), (finally, put the number of how many times you want the animation to repeat)
Here's an example
Spanim 0,"XY",-5,x+30,y+10,-10,x-10,y-30,1