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

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