home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMark
- if gMark < 119000 then
- puppetSound(the name of cast 569)
- else
- if (gMark < 204000) and (gMark > 118000) then
- puppetSound(the name of cast 570)
- else
- puppetSound(the name of cast 571)
- end if
- end if
- updateStage()
- end
-