Quote:
Originally Posted by Rapidwolve
Also I need to make it so if the mouse is in front of the player the player.dir changes to down, or if its right, the player.dir changes to right. I think thats where I got the %4 from
|
PHP Code:
player.dir = getdir(mousex-player.x,mousey-player.y);
Oh no, mousex variable! Unthinkable.