home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gHighlightColor, gLowlightColor, gOldLine, languagechosen, loopff
- 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
- checkButtonrollovers()
- 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
- end if
- updateStage()
- go(the frame)
- end
-
- on settheLanguageMembersEuro optionValue
- global languagechosen
- set memberValue to "ssffsecondtextbox1-" & optionValue
- set the text of member memberValue to the text of member memberValue of castLib languagechosen
- set memberValue to "ssffsecondtextbox2-" & optionValue
- set the text of member memberValue to the text of member memberValue of castLib languagechosen
- set memberValue to "ssffsecondtextbox3-" & optionValue
- set the text of member memberValue to the text of member memberValue of castLib languagechosen
- set memberValue to "ssffsecondtextbox4-" & optionValue
- set the text of member memberValue to the text of member memberValue of castLib languagechosen
- end
-