Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. moveTo(28, 86);
  2. penColor("darkred");
  3. dot(25);
  4. moveTo(28, 86);
  5. penColor("green");
  6. dot(20);
  7. moveTo(28, 86);
  8. penColor("darkred");
  9. dot(15);
  10. moveTo(28, 86);
  11. penColor("green");
  12. dot(10);
  13. moveTo(28, 86);
  14. penColor("darkred");
  15. dot(5);
  16. moveTo(28, 86);
  17. penColor("gold");
  18. dot(5);
  19. penColor("darkred");
  20. dot(2);
  21. penWidth(1);
  22. penColor("black");
  23. turnRight(90);
  24. moveForward();
  25. penColor("red");
  26. penWidth(3);
  27. turnRight(90);
  28. moveForward(8);
  29. turnLeft(90);
  30. moveForward();
  31. turnLeft(90);
  32. moveForward(3);
  33. turnLeft(90);
  34. penColor("purple");
  35. moveForward(25);
  36. turnRight(90);
  37. moveForward(3);
  38. turnRight(90);
  39. moveForward(25);
  40. turnRight(90);
  41. turnRight(90);
  42. moveForward(25);
  43. turnRight(90);
  44. turnRight(90);
  45. penColor("yellow");
  46. moveForward(25);
  47. penColor("green");
  48. turnRight(90);
  49. turnRight(90);
  50. moveForward(25);
  51. moveTo(25,62);
  52. penColor("black");
  53. moveForward(10);
  54. turnRight(120);
  55. moveForward(15);
  56. penColor("gray");
  57. dot(3);
  58. penColor("black");
  59. turnRight(120);
  60. moveForward(15);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement