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

  1. on mouseUp
  2.   global Greturn
  3.   if Greturn = "p" then
  4.     go("plo")
  5.   end if
  6.   if Greturn = "r" then
  7.     go("release")
  8.   end if
  9.   if Greturn = "w" then
  10.     go("weblink")
  11.   end if
  12.   if Greturn = "a" then
  13.     go("about")
  14.   end if
  15.   if Greturn = "c" then
  16.     go("contact")
  17.   end if
  18. end
  19.