home *** CD-ROM | disk | FTP | other *** search
- 5 rem ------- trans 0(64hires) -
- 10 data 0,0,15,0,15,9,7,5,13,0,9
- 20 dim x(6),y(6)
- 30 for i=1 to 5 : read x(i),y(i) : next
- 40 x(6)=x(1) : y(6)=y(1)
- 50 poke 53280,0 : sys37498 : hfl,6,12
- 60 rem start
- 70 for i=1 to 5
- 80 lin,x(i),y(i),x(i+1),y(i+1)
- 90 next
- 100 get a$ : if a$="" then 100
- 110 hof
-