home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Blender
/
bestofblender.iso
/
pc
/
blender
/
files
/
beastvr
/
beastvrm.dir
/
00146_Script_146
< prev
next >
Wrap
Text File
|
1996-04-25
|
172b
|
10 lines
--VOLUME CONTROL FOR MOVIES
on SETSPEAKER
global VOLUME
if (VOLUME >= 0) and (VOLUME <= 7) then
set the soundLevel to VOLUME
updateStage
end if
end