Advertisement
jabela

Untitled

Sep 30th, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. home
  2. setbackground 0
  3. clearscreen
  4. to branch :s
  5. make "red random 255
  6. make "green random 255
  7. make "blue random 255
  8. setpc (list :red :green :blue)
  9. if :s < 0.01 [Stop]
  10. lt 45 fd :s branch :s * 0.5 bk :s rt 45
  11. rt 45 fd :s branch :s * 0.5 bk :s lt 45
  12. end
  13. branch 190
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement