home *** CD-ROM | disk | FTP | other *** search
/ Best of Blender / bestofblender.iso / pc / blender / files / beastvr / beastvrm.dir / 00146_Script_146 < prev    next >
Text File  |  1996-04-25  |  172b  |  10 lines

  1. --VOLUME CONTROL FOR MOVIES
  2. on SETSPEAKER
  3.   global VOLUME
  4.   if (VOLUME >= 0) and (VOLUME <= 7) then
  5.     set the soundLevel to VOLUME
  6.     updateStage
  7.   end if
  8. end
  9.  
  10.