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

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