home *** CD-ROM | disk | FTP | other *** search
/ Comic Book Maker: The Smurfs / COMIC.iso / mac / data_m / dialog / 00126.ls < prev    next >
Encoding:
Text File  |  1999-07-07  |  128 b   |  5 lines

  1. on mouseDown
  2.   set the volume of sound 1 to max(0, ((the volume of sound 1 + 1) / 32 * 32) - 32)
  3.   mouseDown(sprite(13), 1)
  4. end
  5.