28Fermer30
hine62Le 30/04/2018 à 12:30
Use: aSpriteSetPos(&enemy, x, y); to move position. You could also use aSpriteMovePos(&enemy, xVel, yVel); also. Set well move sprite to screen location, but Move adds a velocity to the current position.