home *** CD-ROM | disk | FTP | other *** search
/ Games Central GT Digital… Q3 Premier Trimestre '98 / GT_DPK.ISO / pc / data / menu.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1995-08-25  |  1.2 KB  |  38 lines

  1. on mouseUp
  2.   global name_sprite, GAMESETUP, screenPath, artworkPath, presstxtPath, LANGSETUP, abouttxtPath, logoPath, Greturn
  3.   set Greturn to "p"
  4.   if LANGSETUP = "e" then
  5.     set GAMESETUP to "10"
  6.     if the machineType = 256 then
  7.       set screenPath to "..\screens\pow\"
  8.       set artworkPath to "..\artwork\pow\"
  9.       set presstxtPath to "..\Presstxt\uk\"
  10.       set abouttxtPath to "..\Aboutgt\"
  11.       set logoPath to "..\logo\"
  12.     else
  13.       set screenPath to ":screens:pow:"
  14.       set artworkPath to ":artwork:pow:"
  15.       set presstxtPath to ":Presstxt:uk:"
  16.       set abouttxtPath to ":Aboutgt:"
  17.       set logoPath to "..\logo\"
  18.     end if
  19.   end if
  20.   if LANGSETUP = "f" then
  21.     set GAMESETUP to "10"
  22.     if the machineType = 256 then
  23.       set screenPath to "..\screens\pow\"
  24.       set artworkPath to "..\artwork\pow\"
  25.       set presstxtPath to "..\Presstxt\fr\"
  26.       set abouttxtPath to "..\Aboutgt\"
  27.       set logoPath to "..\logo\"
  28.     else
  29.       set screenPath to ":screens:pow:"
  30.       set artworkPath to ":artwork:pow:"
  31.       set presstxtPath to ":Presstxt:fr:"
  32.       set abouttxtPath to ":Aboutgt:"
  33.       set logoPath to ":logo:"
  34.     end if
  35.   end if
  36.   go("GAMES")
  37. end
  38.