home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global name_sprite, GAMESETUP, screenPath, artworkPath, presstxtPath, LANGSETUP, abouttxtPath, logoPath, Greturn
- set Greturn to "p"
- if LANGSETUP = "e" then
- set GAMESETUP to "10"
- if the machineType = 256 then
- set screenPath to "..\screens\pow\"
- set artworkPath to "..\artwork\pow\"
- set presstxtPath to "..\Presstxt\uk\"
- set abouttxtPath to "..\Aboutgt\"
- set logoPath to "..\logo\"
- else
- set screenPath to ":screens:pow:"
- set artworkPath to ":artwork:pow:"
- set presstxtPath to ":Presstxt:uk:"
- set abouttxtPath to ":Aboutgt:"
- set logoPath to "..\logo\"
- end if
- end if
- if LANGSETUP = "f" then
- set GAMESETUP to "10"
- if the machineType = 256 then
- set screenPath to "..\screens\pow\"
- set artworkPath to "..\artwork\pow\"
- set presstxtPath to "..\Presstxt\fr\"
- set abouttxtPath to "..\Aboutgt\"
- set logoPath to "..\logo\"
- else
- set screenPath to ":screens:pow:"
- set artworkPath to ":artwork:pow:"
- set presstxtPath to ":Presstxt:fr:"
- set abouttxtPath to ":Aboutgt:"
- set logoPath to ":logo:"
- end if
- end if
- go("GAMES")
- end
-