I'm trying to use fadeMasterTo on groups, like this:
SoundAS.group(Configuration.musicGroup).fadeMasterTo(0);
but it doesn't change masterVolume value. Setter works properly.
SoundAS.group(Configuration.musicGroup).masterVolume = 0;
Can you confirm this?
Thanks
Vjeko
I'm trying to use fadeMasterTo on groups, like this:
SoundAS.group(Configuration.musicGroup).fadeMasterTo(0);but it doesn't change masterVolume value. Setter works properly.
SoundAS.group(Configuration.musicGroup).masterVolume = 0;Can you confirm this?
Thanks
Vjeko