Advertisement
Guest User

Untitled

a guest
Jan 8th, 2021
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. move(x, y)
  2.  
  3. setInterval(function(){
  4. if(!character.moving){
  5.    move(a, b) 
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement