Guest User

Untitled

a guest
Jun 20th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. func turnRight(){
  2. turnLeft()
  3. turnLeft()
  4. turnLeft()
  5. }
  6.  
  7. func moveForword3(){
  8. moveForward()
  9. moveForward()
  10. moveForward()
  11. }
  12.  
  13. moveForword3()
  14. turnRight()
  15. moveForword3()
  16. collectGem()
Add Comment
Please, Sign In to add comment