home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games for Windows 95
/
ODYSSEY.mdf
/
demos
/
ewj
/
ewjdemo.dir
/
00001.ls
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-10-20
|
273 b
|
22 lines
on enterFrame
if rollOver(10) then
go("exit")
exit
else
if rollOver(11) then
go("play")
exit
else
if rollOver(12) then
go("more")
exit
end if
end if
end if
go("none")
end
on exitFrame
go(the frame)
end