Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. function start(){
  2. move();
  3. move();
  4. move();
  5. move();
  6. putBall();
  7. turnLeft();
  8. move();
  9. putBall();
  10. move();
  11. putBall();
  12. turnLeft();
  13. move();
  14. putBall();
  15. move();
  16. putBall();
  17. move();
  18. putBall();
  19. move();
  20. putBall();
  21. turnRight();
  22. move();
  23. turnRight();
  24. move();
  25. putBall();
  26. move();
  27. putBall();
  28. move();
  29. putBall();
  30. move();
  31. putBall();
  32. move();
  33. putBall();
  34. turnRight();
  35. move();
  36. putBall();
  37. turnLeft();
  38. move();
  39. putBall();
  40. turnLeft();
  41. move();
  42. putBall();
  43. turnRight();
  44. move();
  45. putBall();
  46. turnRight();
  47. move();
  48. putBall();
  49. turnLeft();
  50. move();
  51. putBall();
  52. turnLeft();
  53. move();
  54. move();
  55. turnLeft();
  56. move();
  57. move();
  58. putBall();
  59. move();
  60. putBall();
  61. move();
  62. putBall();
  63. move();
  64. putBall();
  65. move();
  66. putBall();
  67. turnRight();
  68. move();
  69. turnRight();
  70. move();
  71. putBall();
  72. move();
  73. putBall();
  74. move();
  75. putBall();
  76. turnLeft();
  77. move();
  78. turnLeft();
  79. move();
  80. putBall();
  81. turnRight();
  82. move();
  83. turnRight();
  84.  
  85. }
  86. function yes() {
  87. move();
  88.  
  89. }
  90. function no() {
  91. move();
  92. }
  93. function maybe() {
  94. move();
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement