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

  1. on mouseDown
  2.   global gDemoState
  3.   if gDemoState <> "Demo" then
  4.     MouseLock(1)
  5.     go("FadeOut")
  6.   end if
  7. end
  8.