home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
CSK
/
hyakki
/
adv_all
/
movie
/
Scene6.dcr
/
00114.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2017-09-21
|
411 b
|
26 lines
on exitFrame
global glist
endframe()
if rollOver(1) then
nothing()
else
if rollOver(2) then
go("1to5")
else
if rollOver(3) then
go("1to2")
else
if rollOver(4) then
nothing()
else
if rollOver(5) then
go("NO1-1")
else
nothing()
end if
end if
end if
end if
end if
end