home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gPerspective, gReadMe
- go("pane3")
- 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
- end
-