Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. function drawX() {
  2. accessories.markerUp()
  3. actions.turn(63.4)
  4. actions.move(2)
  5. accessories.markerDown()
  6. actions.move(9.4)
  7. accessories.markerUp()
  8. actions.move(2)
  9. actions.turn(-63.4)
  10. actions.move(-6)
  11. actions.turn(-63.4)
  12. actions.move(2)
  13. accessories.markerDown()
  14. actions.move(9.4)
  15. acessories.markerUp()
  16. actions.move(2)
  17. actions.turn(63.4)
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement