home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #3 / BLENDER.iso / pc / files / sexmaze.dxr / 00218_BUTTON-1R.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  463 b   |  19 lines

  1. on mouseUp
  2.   global gBarrier
  3.   puppetSprite(40, 1)
  4.   set the rect of sprite 40 to rect(260, 114, 583, 440)
  5.   updateStage()
  6.   set the visible of sprite 41 to 1
  7.   set PSOUND to 4
  8.   puppetSound(PSOUND, the number of member "Lose one sex life")
  9.   updateStage()
  10.   set the gLIVES of gBarrier to the gLIVES of gBarrier - 1
  11.   if the gLIVES of gBarrier <= 0 then
  12.     CLEANUP()
  13.     go("OPEN")
  14.     exit
  15.   else
  16.     displayCount(gBarrier, the gLIVES of gBarrier)
  17.   end if
  18. end
  19.