home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 October / macgaichiban199710.bin / MOVIES / INTERNET.Dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1997-08-04  |  242 b   |  13 lines

  1. on exitFrame
  2.   global gquittime, gchecktime
  3.   if gquittime = 0 then
  4.     set gquittime to 1
  5.     set gchecktime to the timer
  6.   else
  7.     if the timer > (gchecktime + (4 * 60)) then
  8.       go(the frame + 1)
  9.     end if
  10.   end if
  11.   go(the frame)
  12. end
  13.