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

  1. on mouseUp
  2.   global gDemoState
  3.   if gDemoState <> "Demo" then
  4.     if rollOver(the clickOn) = 1 then
  5.       MouseLock(1)
  6.       go("FadeOut")
  7.     end if
  8.   end if
  9. end
  10.