home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1996 June
/
macgaichiban199606.bin
/
MOVIES
/
SOUNDF
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-27
|
154 b
|
12 lines
on mouseDown
global size
button()
if rollOver(clickOn()) then
if size = 1 then
quit()
else
go(1, "ptm")
end if
end if
end