Thread: Onwaal
View Single Post
  #13  
Old 05-25-2007, 01:53 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by xAndrewx View Post
HTML Code:
function getMove(playersPosition) 
{ 
  return player.(@ temp.playersPosition) + ( this.mspeed * sin( this.ang ) ); 
} 
function getMoveD(playersPosition) 
{ 
  return player.(@ temp.playersPosition) + ( 1 * sin( this.ang ) ); 
}
Easier...
Which is almost exactly what I did o.O
__________________

Last edited by cbk1994; 05-25-2007 at 01:53 PM.. Reason: wow I can't type
Reply With Quote