home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gPerspective, gReadMe, gReadVoice3
- if gReadVoice3 = 1 then
- if (gPerspective = 1) and (gReadMe = 1) then
- puppetSound("fvoc3.wav")
- end if
- if (gPerspective = 2) and (gReadMe = 1) then
- puppetSound("jvoc3.wav")
- end if
- if (gPerspective = 3) and (gReadMe = 1) then
- puppetSound("rvoc3.wav")
- end if
- set gReadVoice3 to 2
- end if
- go("pane4")
- roarkflash()
- end
-