home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #2 / NetCD1.iso / NetCD1.exe / NetCD1.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  1999-12-31  |  178 b   |  14 lines

  1. on mouseWithin
  2.   sprite(10).memberNum = 56
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(-1)
  8.   sprite(10).memberNum = 55
  9. end
  10.  
  11. on mouseUp
  12.   open(the pathName && "\mir\Setup.exe")
  13. end
  14.