Hey Nate, I got a problem. I know I said we would take a brake from Elude, but I have been working on it for free time. Can you help me solve why the second alien can't tag me?
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.