home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / madfish.exe / madfish.dxr / 00182_usenet.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  223 b   |  12 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to member("usenetbut1")
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to member("usenetbut")
  7. end
  8.  
  9. on mouseDown me
  10.   go("usenet")
  11. end
  12.