home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 February / NetCD2.iso / NetCD2.exe / NetCD2.dxr / 00114.ls < prev    next >
Encoding:
Text File  |  1999-12-31  |  131 b   |  12 lines

  1. on mouseWithin
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   open(the pathName && "\utility\icq\icq99b.exe")
  11. end
  12.