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

  1. on exitFrame
  2.   global gDemoState
  3.   if gDemoState <> "Demo" then
  4.     MouseLock(1)
  5.   end if
  6.   setUpPuppets(1, 48, 0)
  7.   go(the frame + 1)
  8. end
  9.