home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / intro.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  299 b   |  15 lines

  1. on mouseUp
  2.   global gvol
  3.   set the soundEnabled to not (the soundEnabled)
  4.   set gvol to gvol + 1
  5.   case gvol of
  6.     1:
  7.       puppetSprite(46, 1)
  8.       set the memberNum of sprite 46 to 56
  9.     2:
  10.       puppetSprite(46, 1)
  11.       set the memberNum of sprite 46 to 55
  12.       set gvol to 0
  13.   end case
  14. end
  15.