Attaching multiple sound problem

hi! I am using attachSound to attach multiple sound through the library into different variables. But when I try to use setVolume, I get the same volume for all the sounds playing at that time. Can anyone help me here?
Thanks!

how are you implementing the set volume?

VARIABLENAME.setVolume(VALUE);

i have different variables for different soundfiles from the library.

i have the setVolume for different variables on different keyframes if that’s what you wanted to know :puzzle:
Any idea?

thats odd, it should work if you are setting them for the individual sound objects as far as I know, but I have never actually tried it.