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