Click to See Complete Forum and Search --> : Volume
Gamer Lexi
11-18-2002, 12:00 PM
I'm still working on my flash cartoon from before (I posted a link to it in the old 'Cartoon' post). I've added background music and voices to it. The problem is that the background music is as loud as the voices, so you have to kinda strain to understand what is being said. I was wondering how to lower the volume of the background music using action script.
necromanthus
11-18-2002, 06:58 PM
The command lines:
soundname = new Sound(Movie);
_root.soundname.setVolume(x); (where x=0...100).
;)
Gamer Lexi
11-19-2002, 11:11 AM
Is there any part of the code that I need to fill in myself? I'm not familiar with Action Script, so that's why I'm trying to learn some for my movies.
necromanthus
11-19-2002, 06:23 PM
Originally posted by Gamer Lexi
Is there any part of the code that I need to fill in myself? I'm not familiar with Action Script, so that's why I'm trying to learn some for my movies.
"Movie" must be the name of the child-movie containing the sound.
that's all
Gamer Lexi
11-19-2002, 08:36 PM
Ok, what do you mean by child movie? Do you mean the key frame or the movie itself?
necromanthus
11-20-2002, 10:22 AM
Originally posted by Gamer Lexi
Ok, what do you mean by child movie? Do you mean the key frame or the movie itself?
NO.
You must build an empty movie with that sound (a child-movie for ROOT)
;)
Gamer Lexi
11-20-2002, 11:29 AM
Oh, ok. I gotcha. Thanks a lot. :D
flashkit.com
Copyright WebMediaBrands Inc., All Rights Reserved.