home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gBarrier
- puppetSprite(40, 1)
- set the rect of sprite 40 to rect(260, 114, 583, 440)
- updateStage()
- set the visible of sprite 41 to 1
- set PSOUND to 4
- puppetSound(PSOUND, the number of member "Lose one sex life")
- updateStage()
- set the gLIVES of gBarrier to the gLIVES of gBarrier - 1
- if the gLIVES of gBarrier <= 0 then
- CLEANUP()
- go("OPEN")
- exit
- else
- displayCount(gBarrier, the gLIVES of gBarrier)
- end if
- end
-