home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gHighlightColor, gLowlightColor, gOldLine, languagechosen
- 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
- 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
- go(the frame)
- end
-