home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / advent / zoom / pizza / zoom.dxr / 00686.ls < prev    next >
Encoding:
Text File  |  1996-03-28  |  129 b   |  8 lines

  1. on exitFrame
  2.   global gQuitDelay
  3.   if the timer < gQuitDelay then
  4.     checkRollover(8, 10)
  5.     play frame the frame
  6.   end if
  7. end
  8.