function getMove(playersPosition) { return player.(@ temp.playersPosition) + ( this.mspeed * sin( this.ang ) ); } function getMoveD(playersPosition) { return player.(@ temp.playersPosition) + ( 1 * sin( this.ang ) ); }