home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMark
- if gMark < 67000 then
- puppetSound(the name of cast 574)
- else
- if (gMark < 101000) and (gMark > 64000) then
- puppetSound(the name of cast 575)
- else
- puppetSound(the name of cast 576)
- end if
- end if
- updateStage()
- end
-