home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 1: Collection A
/
17Bit_Collection_A.iso
/
files
/
37.dms
/
37.adf
/
hifun.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
|
230 b
|
12 lines
1 scnclr
2 screen 1,4,0
3 pena 1 : paint (10,10)
5 s = 10
10 y1 = 180
15 peno 4
20 circle (310,y1), s, .35
30 y1 = y1-6
35 s = s + ((s*.1)^1.3)
40 if y1 = 12 then sleep 5*10^6 : end
50 goto 15