home *** CD-ROM | disk | FTP | other *** search
- to "poly :d :a
- forward :d
- right :a
- poly :d :a
- end
-
- to "color :bkg :pen :pal
- bg :bkg pc :pen palette :pal
- print "
- type se [BG =] :bkg type se [ PEN =] :pen type se [ PAL =] :pal wait 2
- fd 100 rt 90 wait 3
- make "bkg :bkg + 1
- if :bkg > 15 make "bkg 0
- make "pen :pen + 1
- if :pen > 3 make "pal :pal + 1
- if :pen > 3 make "pen 0
- if :pal > 1 make "pal 0
- color :bkg :pen :pal
- end
-
- to "wait :t
- if :t = 0 [stop]
- make "t :t - 1
- wait :t
- end
-
- "pen 0
- if :pal > 1 make "pal 0
- color :bkg :pen :pa