home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global languagechosen, 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
- go(the frame)
- else
- checkrollovers()
- if the movieTime of sprite 10 > 912 then
- set the visible of sprite 6 to 0
- set the text of member "movietext" to the text of member "CCPFTSub4" of castLib languagechosen
- go(the frame + 1)
- else
- go(the frame)
- end if
- end if
- end
-