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

  1. on exitFrame
  2.   global gQuitDelay
  3.   if the timer < gQuitDelay then
  4.     MouseLock(0)
  5.     checkRollover(4, 4)
  6.     go(the frame - 1)
  7.   else
  8.     MouseLock(1)
  9.     setUpPuppets(1, 48, 0)
  10.     go("fadeOut")
  11.   end if
  12. end
  13.