home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 1: Collection A
/
17Bit_Collection_A.iso
/
files
/
37.dms
/
37.adf
/
fu.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1988-05-22
|
217 b
|
11 lines
620 scnclr
625 pena 1 : paint (10,10)
630 s = 10
635 y1 = 180
640 peno 4
645 circle (160,y1), s, .10
650 y1 = y1-6
655 s = s + ((s*.1)^1.3)
660 if y1 = 12 then sleep 5*10^6 : goto 670
665 goto 640