To move your sprite somewhere else, put SPOFS after SPSET. Then put the coordinates where you want your sprite to move in. After that, to change the size of a sprite, then do SPSCALE then the width,and height of the sprite. But Put Zero before it all. like this: SPSET 0,16,16 SPOFS 0,5,10,-256 SPSCALE 0,3,3 You would put zero because it tells the program what sprite it is.