home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gPerspective, gReadMe, gReadVoice4, gReadVoice1, gReadVoice2, gReadVoice3
- go("pane5")
- set gReadVoice1 to 1
- set gReadVoice2 to 1
- set gReadVoice3 to 1
- if gReadVoice4 = 1 then
- if (gPerspective = 1) and (gReadMe = 1) then
- puppetSound("fvoc4.wav")
- end if
- if (gPerspective = 2) and (gReadMe = 1) then
- puppetSound("jvoc4.wav")
- end if
- if (gPerspective = 3) and (gReadMe = 1) then
- puppetSound("rvoc4.wav")
- end if
- set gReadVoice4 to 2
- end if
- end
-