home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global currentsectionnumber, languagechosen, linkword1, linkword2, disablenavigation
- if currentsectionnumber = 1 then
- set the foreColor of sprite 34 to 141
- end if
- set disablenavigation to 1
- set the foreColor of sprite (26 + currentsectionnumber) to 141
- set the foreColor of sprite (27 + currentsectionnumber) to 150
- set the member of sprite 8 to member ("digit" & currentsectionnumber)
- set the ink of sprite 8 to 36
- set the locH of sprite 8 to 146
- set the locV of sprite 8 to 338
- set the text of member "CCITTextPannel" to the text of member ("CCITText" & currentsectionnumber) of castLib languagechosen
- if currentsectionnumber = 1 then
- set the foreColor of word linkword1 of member "CCITTextPannel" to 100
- set the foreColor of word linkword2 of member "CCITTextPannel" to 100
- end if
- cursor(4)
- end
-