home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cocktail Hour
/
image.iso
/
OPEN.DIR
/
00009.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
|
1997-03-05
|
134 b
|
12 lines
on exitFrame
go(the frame)
end
on mouseUp
if marker(0) = marker("pub") then
go("credits")
else
go("open")
end if
end