home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPerspective, gReadMe, gReadVoice1, gReadVoice2
- go("pane1")
- idflash()
- roarkflash()
- if gReadVoice1 = 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 gReadVoice1 to 2
- end if
- set gReadVoice2 to 1
- set the visible of sprite 19 to 0
- set the visible of sprite 20 to 0
- set the visible of sprite 21 to 0
- set the visible of sprite 22 to 0
- set the visible of sprite 23 to 0
- set the visible of sprite 24 to 1
- end
-