home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMark
- if gMark < 162000 then
- puppetSound(the name of cast 566)
- else
- if (gMark < 188000) and (gMark > 158000) then
- puppetSound(the name of cast 567)
- else
- puppetSound(the name of cast 568)
- end if
- end if
- updateStage()
- end
-