You can change where the sprite's location is. SPOFS is what you need for that. After SPOFS put the coordinates after (The coordinates are not the same as text)
EXAMPLE:
SPSET 0,0,16
SPOFS 0,100,100,-256
The first number is the ID number.
SPSCALE just changes the size of the sprite. So an example is:
SPSCALE 0,3,3
Once again, the ID number is 0.