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