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