home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_oth
/
basicprg.lzh
/
FF_013
/
SHADES.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1991-07-15
|
107 b
|
5 lines
10 ask mouse x%,y%,b%
20 if b%=0 then goto 10
30 rgb 0, (x%*32)/640, 0, (y%*32)/200
40 goto 10