home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
Panasonic-
/
events
/
gento
/
Panachan.dcr
/
00041.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
|
268 b
|
16 lines
on exitFrame
global panatimeout
if rollOver(8) then
cursor([4, 5])
else
cursor(0)
end if
if the mouseDown then
set panatimeout to the ticks + (60 * 10)
end if
if panatimeout < the ticks then
panadone()
go("goWebTimeOut")
end if
end