flash sound object Q
- Started
- Last post
- 3 Responses
- ganon
i am trying to setVolume to two different sound objects...the volume (50) works for the first, but when the volume for the second object (10) appears, all volume drops to 10...i need some help here, thanks...here is the code, i defined the first object, which occurs in the _root as...:
loop01=new Sound(loop01Mc);
loop01.attachSound("loop_one");
loop01Volume=25;
loop01.setVolume(loop01Volume);//then in another frame in the _root...:
loop01_Mc.createEmptyMovieClip (loop01Mc,1);
_root.loop01.start(loop01Positio...the second object occurs a bit later, in a MC...it is defined in the root as...:
nav02=new Sound(nav02Mc);
nav02.attachSound("nav_four");then in the MC as...:
nav02Volume=10;
_root.nav02.setVolume(nav02Volum...nav02_Mc.createEmptyMovieClip (nav02Mc,1);
_root.nav02.start(0,1);
- knoxel0
dont know man, but some will say this helps.
- ********0
that's a good tutorial
- ganon0
thanks, thats the link i am working from!..any ideas?...