Got it! Thanks!
Do you know how to make it so the sprite can only go in certain area? Or it can't go beyond a certain location instead of going off the screen?
Awesome! It did work! I just add to change the XMAX and YMAX to make the borders fit the screen. Thanks! :D
Now I gotta learn sprite collision. Wish me luck. I may make a post asking how to do it anyways. xD
i'll tell you, here it is!
put 2 sprites on the screen like so,
Out of loop:
SPSET 0,0,0
SPSET 1,16,0
SPOFS 1,200,0
SPCOL 0
SPCOL 1
in loop:
IF SPHITSP(1,0) THEN ACLS
Look at the comment when I say "Okie :)" Look at that comment's picture. The stick figure is on the bottom. Now look at the comment where I explain the problem. When I press start, he's suddenly at the top with the other stick figure. He's suppose to be below the ball.
Here are my variables. xP