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

  1. on exitFrame
  2.   global LANGSETUP
  3.   if LANGSETUP = "e" then
  4.     set the fileName of castLib "menu" to "emenu.cst"
  5.   end if
  6.   if LANGSETUP = "f" then
  7.     set the fileName of castLib "menu" to "fmenu.cst"
  8.   end if
  9.   if LANGSETUP = "g" then
  10.     set the fileName of castLib "menu" to "gmenu.cst"
  11.   end if
  12. end
  13.