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

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