Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.73 KB | None | 0 0
  1. driehoek = 75
  2. vierkant = 75
  3. zeshoek1 = 75
  4. zeshoek2 = 65
  5. penUit()
  6. links(90)
  7. vooruit(100)
  8. rechts(60)
  9. penAan()
  10. vulAan("rood")
  11. vooruit(driehoek)
  12. links(120)
  13. vooruit(driehoek)
  14. links(120)
  15. vooruit(driehoek)
  16. vulUit()
  17. penUit()
  18. vooruit(50)
  19. links(90)
  20. penAan()
  21. vulAan("groen")
  22. vooruit(vierkant)
  23. rechts(90)
  24. vooruit(vierkant)
  25. rechts(90)
  26. vooruit(vierkant)
  27. rechts(90)
  28. vooruit(vierkant)
  29. rechts(0)
  30. vulUit()
  31. penUit()
  32. rechts(180)
  33. vooruit(125)
  34. penAan()
  35. vulAan("blauw")
  36. vooruit(zeshoek1)
  37. links(75)
  38. vooruit(zeshoek1)
  39. links(75)
  40. vooruit(zeshoek2)
  41. links(60)
  42. vooruit(zeshoek2)
  43. links(75)
  44. vooruit(zeshoek1)
  45. vulUit()
  46.  
  47. Deeltaak: deeltaak0
  48.  
  49. Deeltaak: deeltaak1
  50.  
  51. Deeltaak: deeltaak2
  52.  
  53. Deeltaak: deeltaak3
  54.  
  55. Deeltaak: deeltaak4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement