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

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