home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- global LANGSETUP
- if LANGSETUP = "e" then
- set the member of sprite 41 to member "DATE4" of castLib "RELEASE"
- set the member of sprite 44 to member "R2A" of castLib "RELEASE"
- end if
- if LANGSETUP = "f" then
- set the member of sprite 41 to member "DATE4" of castLib "RELEASE"
- set the member of sprite 44 to member "R2B" of castLib "RELEASE"
- end if
- end
-
- on mouseLeave
- set the member of sprite 41 to member "DATE3" of castLib "RELEASE"
- set the member of sprite 44 to member "ICON" of castLib "RELEASE"
- end
-
- on mouseUp me
- global GAMESETUP, Greturn, LANGSETUP
- set Greturn to "r"
- if LANGSETUP = "e" then
- set GAMESETUP to "1"
- end if
- if LANGSETUP = "f" then
- set GAMESETUP to "2"
- end if
- go("GAMES")
- end
-