Advertisement
Guest User

Untitled

a guest
Jan 31st, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if(destination.x<0)
  2. destination.x-=0;
  3. if(destination.y<0)
  4. destination.y-=0;
  5. if(destination.x>75)
  6. destination.x=75;
  7. if(destination.x<40)
  8. destination.x=40;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement