home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Blender
/
bestofblender.iso
/
pc
/
blender
/
files
/
beastvr
/
beastvrm.dir
/
00013_Script_13
< prev
next >
Wrap
Text File
|
1996-04-25
|
253b
|
12 lines
on mouseUp
global MIKESET, DEST
if MIKESET = 0 then
set the volume of sound 1 to 50
sound playfile 2, "MDSCRTLB.AIF"
set MIKESET = 1
else
sound stop 2
set the volume of sound 1 to 255
set MIKESET = 0
end if
end