home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gFromFrame, gOldLine, gLowlightColor, languagechosen
- 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 blend of sprite 44 to 25
- set the visible of sprite 40 to 1
- set the visible of sprite 47 to 0
- set the visible of sprite 48 to 0
- ContentsStop()
- end
-