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

  1. on mouseUp
  2.   open("SensualJack95\InstBJ95.exe")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the foreColor of member the memberNum of sprite the currentSpriteNum to 35
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the foreColor of member the memberNum of sprite the currentSpriteNum to 255
  13. end
  14.