home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gHighlightColor, gLowlightColor, gOldLine, languagechosen
- if rollOver(48) then
- if the visible of sprite 48 = 1 then
- set currentline to the mouseLine
- if currentline <> gOldLine then
- case gOldLine of
- 1, 2, 12, 13, 14, 18:
- set the foreColor of line gOldLine of member "popuptext" of castLib languagechosen to 0
- otherwise:
- set the foreColor of line gOldLine of member "popuptext" of castLib languagechosen to gLowlightColor
- end case
- set the foreColor of line currentline of member "popuptext" of castLib languagechosen to gHighlightColor
- set gOldLine to currentline
- end if
- end if
- else
- if the visible of sprite 48 = 0 then
- 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
- end if
- go(the frame)
- end
-