Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if ( x > 350) {
  2. move_right();
  3.  
  4. }
  5. else if (x < 290) {
  6. move_right();
  7.  
  8. }
  9. if ( y > 206) {
  10. move_up();
  11.  
  12. }
  13. else if ( y < 126) {
  14. move_down();
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement