Ask a Question related to Macromedia Director Basics, Design and Development.
-
Sue #1
Re: volume question
I should add at this point that the code sound(1).volume = 0 works.
What I actually should have been asking is, "How do I turn off the sound in
a QuickTime movie?" I've tried member("quicktime movie").volume = 0 which
doesn't work, and sprite(3).volume = 0, which also doesn't work.
I wanted to put this code on a button and am using a mouseUp event to call
them.
Any suggestions?
Thanks
S
"Sue" <slott@ix.netcom.com> wrote in message
news:bfm3l1$kje$1@forums.macromedia.com...a> Hi people-
>
> I'm trying to make a setup screen in which the user can turn the sound forin> kiosk off. I have all my VO in channel 1 in the score.
>
> Lingo Dictionary says sound(1).volume = 0 should turn off the soundcode/sprite/button/member> that channel. But it doesn't.
>
> Does it only turn it off for the frame where this> is?
>
> How do I turn it off for the whole movie?
>
> Thanks in advance
> S
>
>
Sue Guest
-
Publishing Question proper use of Volume and Issue
I am working on a series of publications that will come out on a Bi-annual basis, or, maybe annually, I'm not sure yet. I do not know the actual... -
How to determine if a volume is a remote volume
Lorenzo P. Thurman wrote: I'm not 100 percent sure this will help, but it's probably worth a look. FSGetVolumeInfo() will get you an... -
System Volume Information- A Question
My hard drive is partitioned into 4 drives. Each one has a file on it called "System Volume Information". There must be something wrong with one... -
when volume changes a beep sounds at the new volume
A beep sounds every time a change the volume. I have turned off all the windows sounds in control pannel -> Sounds. I've looked in every other... -
Volume Group Migration Question
Hello all, We have a p6000 e server running AIX 5.1.0.0 patch 5100-03. We have a large Volume Group consisting of multiple smaller logical volumes... -
Andrew Kennedy #2
Re: volume question
goto to the properties for the quickTIme movie in your cast and you can
untick the boxes which should be
image, audio, loop, DTS (direct to stage), paused at start
sprite(2).audio = FALSE
member("whatever").audio = FALSE
try that... if audio doesn't work try
sprite(2).sound = FALSE
audio is suppose to be Real Media specific... but sometimes stuff like that
works on other media!
"Sue" <slott@ix.netcom.com> wrote in message
news:bfm57c$nla$1@forums.macromedia.com...in> I should add at this point that the code sound(1).volume = 0 works.
>
> What I actually should have been asking is, "How do I turn off the soundwhich> a QuickTime movie?" I've tried member("quicktime movie").volume = 0for> doesn't work, and sprite(3).volume = 0, which also doesn't work.
>
> I wanted to put this code on a button and am using a mouseUp event to call
> them.
>
> Any suggestions?
>
> Thanks
> S
>
> "Sue" <slott@ix.netcom.com> wrote in message
> news:bfm3l1$kje$1@forums.macromedia.com...> > Hi people-
> >
> > I'm trying to make a setup screen in which the user can turn the soundsound> a> > kiosk off. I have all my VO in channel 1 in the score.
> >
> > Lingo Dictionary says sound(1).volume = 0 should turn off the> in> code/sprite/button/member> > that channel. But it doesn't.
> >
> > Does it only turn it off for the frame where this>> > is?
> >
> > How do I turn it off for the whole movie?
> >
> > Thanks in advance
> > S
> >
> >
>
Andrew Kennedy Guest
-
Andrew Kennedy #3
Re: volume question
sound off and on... easy..
set the soundLevel to 0 (min)
set the soundLevel to 7 (max)
this kills all sound...
"Sue" <slott@ix.netcom.com> wrote in message
news:bfm3l1$kje$1@forums.macromedia.com...a> Hi people-
>
> I'm trying to make a setup screen in which the user can turn the sound forin> kiosk off. I have all my VO in channel 1 in the score.
>
> Lingo Dictionary says sound(1).volume = 0 should turn off the soundcode/sprite/button/member> that channel. But it doesn't.
>
> Does it only turn it off for the frame where this> is?
>
> How do I turn it off for the whole movie?
>
> Thanks in advance
> S
>
>
Andrew Kennedy Guest



Reply With Quote

