home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global languagechosen, popup
- cursor(4)
- updateStage()
- set popup to 1
- if the videoForWindowsPresent = 1 then
- set the movieRate of sprite 9 to 0
- end if
- set the visible of sprite 9 to 0
- set the visible of sprite 47 to 0
- set the member of sprite 45 to member "pinkloop"
- set the locH of sprite 45 to 321
- set the locV of sprite 45 to 230
- set the member of sprite 48 to member "CCSGcolorText" of castLib languagechosen
- set the ink of sprite 48 to 0
- set the locH of sprite 48 to 65
- set the locV of sprite 48 to 65
- set the member of sprite 46 to member "CCSGcolorTitle" of castLib languagechosen
- set the locH of sprite 46 to 30
- set the locV of sprite 46 to 20
- set the visible of sprite 48 to 1
- cursor(0)
- updateStage()
- end
-