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

  1. on exitFrame
  2.   if the timer < 180 then
  3.     MouseLock(0)
  4.     set the mouseDownScript to "SkipAhead " & QUOTE & "Title" & QUOTE
  5.     play frame the frame
  6.   else
  7.     MouseLock(1)
  8.   end if
  9. end
  10.