home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMark
- if gMark < 67000 then
- puppetSound(the name of cast 594)
- else
- if (gMark < 90000) and (gMark > 64000) then
- puppetSound(the name of cast 595)
- else
- puppetSound(the name of cast 596)
- end if
- end if
- updateStage()
- end
-