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

  1. on mouseUp
  2.   global GAMESETUP
  3.   if GAMESETUP = "1" then
  4.     gotoNetPage("http://www.gtinteractive.com")
  5.   end if
  6.   if GAMESETUP = "2" then
  7.     gotoNetPage("http://www.gtinteractive.com")
  8.   end if
  9.   if GAMESETUP = "3" then
  10.     gotoNetPage("http://www.gtinteractive.com")
  11.   end if
  12.   if GAMESETUP = "4" then
  13.     gotoNetPage("http://www.crystald.com")
  14.   end if
  15.   if GAMESETUP = "5" then
  16.     gotoNetPage("http://www.presage.com")
  17.   end if
  18.   if GAMESETUP = "6" then
  19.     gotoNetPage("http://www.simis.co.uk")
  20.   end if
  21.   if GAMESETUP = "7" then
  22.     gotoNetPage("http://www.midway.com")
  23.   end if
  24.   if GAMESETUP = "8" then
  25.     gotoNetPage("http://www.oddworld.com")
  26.   end if
  27.   if GAMESETUP = "9" then
  28.     gotoNetPage("http://www.midway.com")
  29.   end if
  30.   if GAMESETUP = "10" then
  31.     gotoNetPage("http://www.gtinteractive.com")
  32.   end if
  33.   if GAMESETUP = "11" then
  34.     gotoNetPage("http://www.gtinteractive.com")
  35.   end if
  36.   if GAMESETUP = "12" then
  37.     gotoNetPage("http://www.singletrac.com")
  38.   end if
  39.   if GAMESETUP = "13" then
  40.     gotoNetPage("http://www.singletrac.com")
  41.   end if
  42.   if GAMESETUP = "14" then
  43.     gotoNetPage("http://www.devilsthumb.com")
  44.   end if
  45.   if GAMESETUP = "15" then
  46.     gotoNetPage("http://www.gtinteractive.com")
  47.   end if
  48. end
  49.