home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1995 June
/
PC_PLUS.BIN
/
crt
/
charmap.dir
/
00145.ls
< 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
Text File
|
1995-03-23
|
156 b
|
14 lines
on mouseDown
global x
set x to x + 1
if x = 1 then
beep()
end if
if x = 2 then
char9a()
end if
if x = 3 then
third()
end if
end