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:
Text File  |  2017-09-21  |  268 b   |  16 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.   end if
  15. end
  16.