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

  1. on mouseUp
  2.   global gDemoState
  3.   if gDemoState <> "Demo" then
  4.     MouseLock(1)
  5.     spriteVisibility(4, 0)
  6.     go("credits")
  7.   end if
  8. end
  9.