Guest User

Untitled

a guest
May 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. this.distance += this.speed;
  2.  
  3. this.elapsed = Date.now() - this.started
  4.  
  5. this.distance = distance * this.elapsed / this.time;
Add Comment
Please, Sign In to add comment