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 / 00042.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  293 b   |  18 lines

  1. on exitFrame
  2.   global panatimeout
  3.   if rollOver(8) then
  4.     cursor([4, 5])
  5.   else
  6.     cursor(0)
  7.   end if
  8.   if the mouseDown then
  9.     set panatimeout to the ticks + (60 * 10)
  10.   end if
  11.   if panatimeout < the ticks then
  12.     panadone()
  13.     go("goWebTimeOut")
  14.   else
  15.     go(marker(0))
  16.   end if
  17. end
  18.