home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gHighlightColor, gLowlightColor, gOldLine, languagechosen, positionofFrame, clickedon, countryName, couldbe
- 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
- go(the frame)
- else
- cursor(0)
- if rollOver(1) then
- set the member of sprite 47 to member "sswabanner" of castLib languagechosen
- end if
- set positionofFrame to the frame - 5
- checkNodeRoll()
- if rollOver(4) then
- checkCountryRoll()
- 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
-