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
- 175:
- set the text of member "movietext" to the text of member "CCPFTSub2" of castLib languagechosen
- 250:
- set the text of member "movietext" to the text of member "movietext" & the text of member "CCPFTSub3" of castLib languagechosen
- 360:
- set the text of member "movietext" to the text of member "CCPFTSub4" of castLib languagechosen
- 750:
- set the text of member "movietext" to the text of member "CCPFTSub5" of castLib languagechosen
- 900:
- set the text of member "movietext" to the text of member "CCPFTSub6" of castLib languagechosen
- 2100:
- set the text of member "movietext" to the text of member "CCPFTSub7" of castLib languagechosen
- 2200:
- set the text of member "movietext" to the text of member "CCPFTSub8" of castLib languagechosen
- 2350:
- set the text of member "movietext" to the text of member "CCPFTSub9" of castLib languagechosen
- 2725:
- set the text of member "movietext" to the text of member "CCPFTSub10" of castLib languagechosen
- 2950:
- set the text of member "movietext" to the text of member "CCPFTSub11" of castLib languagechosen
- 3300:
- set the text of member "movietext" to the text of member "CCPFTSub12" of castLib languagechosen
- end case
- end if
- go(the frame)
- end
-