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

  1. on mouseUp
  2.   global Greturn
  3.   set the visible of sprite 30 to 1
  4.   set the visible of sprite 34 to 1
  5.   if Greturn = "p" then
  6.     go("plo")
  7.   else
  8.     go("release")
  9.   end if
  10. end
  11.