|
-
B.B. Hood's the greatest!!!
Volume
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.
-
undead creature
The command lines:
soundname = new Sound(Movie);
_root.soundname.setVolume(x); (where x=0...100).
-
B.B. Hood's the greatest!!!
Thank you.
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.
-
undead creature
Re: Thank you.
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
-
B.B. Hood's the greatest!!!
Ok, what do you mean by child movie? Do you mean the key frame or the movie itself?
-
undead creature
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)
-
B.B. Hood's the greatest!!!
Oh, ok. I gotcha. Thanks a lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|