Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function start(){
  2.     move();
  3.     putBall();
  4.     turnLeft();
  5.     move();
  6.     putBall();
  7.     move();
  8.     putBall();
  9.     move();
  10.     turnRight();
  11. }
  12.  
  13. function turnRight(){
  14.     turnLeft();
  15.     turnLeft();
  16.     turnLeft();
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement