home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global valueOn, notstarted
- puppetSprite(8, 0)
- puppetSprite(30, 0)
- puppetTransition(member "fade")
- set the visible of sprite 33 to 1
- set the visible of sprite 11 to 1
- puppetSprite(18, 0)
- puppetSprite(19, 0)
- repeat with youY = 20 to 33
- puppetSprite(youY, 0)
- end repeat
- turnOffpuppetspritesfortext()
- sound fadeOut 1, 15
- cursor(4)
- set valueOn to 3
- set notstarted to 1
- go("wash")
- end
-