home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
CSK
/
images
/
guide.dcr
/
00079.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
|
232 b
|
19 lines
on exitFrame
if rollOver(5) then
cursor(3)
else
cursor(-1)
end if
go("earth")
end
on enterFrame
if the clickOn = 5 then
cursor(-1)
puppetSound("beep")
go("chapt.,10")
else
nothing()
end if
end