home *** CD-ROM | disk | FTP | other *** search
/ Hacker CD 2 / HACKER_CD.iso / Hacker_CD / viewer.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  2003-04-09  |  246 b   |  14 lines

  1. on mouseEnter
  2.   member(the memberNum of sprite the currentSpriteNum).foreColor = 35
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(-1)
  8.   member(the memberNum of sprite the currentSpriteNum).foreColor = 4
  9. end
  10.  
  11. on mouseUp
  12.   open(window("info.dir"))
  13. end
  14.