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

  1. on mouseDown
  2.   ButtonHiLite()
  3. end
  4.  
  5. on mouseUp
  6.   global gDemoState
  7.   if rollOver(the clickOn) = 1 then
  8.     if gDemoState = "notDemo" then
  9.       setUpPuppets(2, 7, 0)
  10.       spriteVisibility(2, 7, 1)
  11.       MouseLock(1)
  12.       puppetSound(0)
  13.       go("Leave")
  14.     end if
  15.   end if
  16. end
  17.