home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gHighlightColor, gLowlightColor, gOldLine, languagechosen, movieValueMax
- 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(1) then
- set the member of sprite 47 to member "sswabanner" of castLib languagechosen
- end if
- if rollOver(3) then
- checkCountryRoll()
- end if
- checkNodeRoll()
- checkupdown()
- cursor(0)
- if the movieTime of sprite 30 = movieValueMax then
- go(the frame + 1)
- end if
- if rollOver(6) then
- set the visible of sprite 7 to 1
- else
- set the visible of sprite 7 to 0
- end if
- if rollOver(8) then
- set the visible of sprite 9 to 1
- else
- set the visible of sprite 9 to 0
- end if
- 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
-