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

  1. on mouseUp
  2.   global abouttxtPath, LANGSETUP
  3.   if LANGSETUP = "e" then
  4.     if the machineType = 256 then
  5.       set abouttxtPath to "..\Presstxt\uk\"
  6.     else
  7.       set abouttxtPath to ":Presstxt:uk:"
  8.     end if
  9.   end if
  10.   if LANGSETUP = "f" then
  11.     if the machineType = 256 then
  12.       set abouttxtPath to "..\Presstxt\fr\"
  13.     else
  14.       set abouttxtPath to ":Presstxt:fr:"
  15.     end if
  16.   end if
  17.   xtracopyabout()
  18. end
  19.