home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMark
- if gMark < 43000 then
- puppetSound(the name of cast 559)
- else
- if (gMark < 55000) and (gMark > 42000) then
- puppetSound(the name of cast 560)
- else
- puppetSound(the name of cast 561)
- end if
- end if
- updateStage()
- end
-