home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 1: Collection A
/
17Bit_Collection_A.iso
/
files
/
35.dms
/
35.adf
/
mouse.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
|
1988-05-22
|
137 b
|
8 lines
4 scnclr
5 pena 2
6 peno 1
10 ask mouse x%, y%, b%
15 if b% = 0 goto 10
20 box(x%-5,y%-5;x%+5,y%+5),1
30 goto 10