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

  1. on mouseUp me
  2.   open("Kit\mangas.exe")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the member of sprite the currentSpriteNum to "pub2"
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the member of sprite the currentSpriteNum to "pub"
  13. end
  14.