home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gHighlightColor, gLowlightColor, gOldLine, languagechosen, framecount, sectionnumber
- if the visible of sprite 48 = 1 then
- if rollOver(48) then
- set tempmouseline to the mouseLine
- if tempmouseline <> 20 then
- set the locV of sprite 47 to 23 + (tempmouseline * 17)
- end if
- end if
- else
- cursor(0)
- if rollOver(44) then
- set the blend of sprite 41 to 75
- else
- set the blend of sprite 41 to 25
- end if
- if rollOver(45) then
- set the blend of sprite 42 to 75
- else
- set the blend of sprite 42 to 25
- end if
- if rollOver(46) then
- set the blend of sprite 43 to 75
- else
- set the blend of sprite 43 to 25
- end if
- set framecount to framecount + 1
- case framecount of
- 70:
- set the text of member "movietext" to the text of member "CCPFTSub2" of castLib languagechosen
- 100:
- set the text of member "movietext" to the text of member "movietext" & the text of member "CCPFTSub3" of castLib languagechosen
- 152:
- set the text of member "movietext" to the text of member "CCPFTSub4" of castLib languagechosen
- 302:
- set the text of member "movietext" to the text of member "CCPFTSub5" of castLib languagechosen
- 400:
- set the text of member "movietext" to the text of member "CCPFTSub6" of castLib languagechosen
- 780:
- set the text of member "movietext" to the text of member "CCPFTSub7" of castLib languagechosen
- 860:
- set the text of member "movietext" to the text of member "CCPFTSub8" of castLib languagechosen
- 980:
- set the text of member "movietext" to the text of member "CCPFTSub9" of castLib languagechosen
- 1000:
- set the text of member "movietext" to the text of member "CCPFTSub10" of castLib languagechosen
- 1100:
- set the text of member "movietext" to the text of member "CCPFTSub11" of castLib languagechosen
- 1160:
- set the text of member "movietext" to the text of member "CCPFTSub12" of castLib languagechosen
- end case
- end if
- go(the frame)
- end
-