home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMark
- if gMark < 54000 then
- puppetSound(the name of cast 550)
- else
- if (gMark < 90000) and (gMark > 51000) then
- puppetSound(the name of cast 551)
- else
- puppetSound(the name of cast 552)
- end if
- end if
- updateStage()
- end
-