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

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