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

  1. on mouseUp
  2.   global gDemoState
  3.   puppetSound(0)
  4.   if gDemoState = "Demo" then
  5.     setUpPuppets(2, 7, 0)
  6.     go("fadeOut")
  7.   else
  8.     setUpPuppets(2, 7, 0)
  9.     spriteVisibility(2, 7, 0)
  10.     puppetTransition(10, 1, 5, 1)
  11.     go("Wait")
  12.   end if
  13. end
  14.