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
/
Scene7.dcr
/
00121.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
|
558 b
|
31 lines
on exitFrame
global glist
endframe()
if rollOver(1) then
nothing()
else
if rollOver(2) then
go("4to8")
else
if rollOver(3) then
nothing()
else
if rollOver(4) then
go("4to3")
else
if rollOver(5) then
if the timer < 7200 then
if getOne(glist, 53) = 0 then
go(the frame + 1)
end if
end if
else
nothing()
end if
end if
end if
end if
end if
go(the frame)
end