View Single Post
  #3  
Old 05-26-2012, 05:06 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by DustyPorViva View Post
PHP Code:
player.-= cos(angle) * ((player.temp.dest[0])/distance) * walkingspeed;
player.+= sin(angle) * ((player.temp.dest[1])/distance) * walkingspeed
But the methods you're using seems overly complicated.
They are compared to that! Thank you Dusty.
Reply With Quote