Hello again,
I have found the solution.
I have attached .capx
I went the other way. I used two global variables. On for sound and one for music.
Basic logic is :
if global variable "audio"=0 then audio is on. if global variable "audio"=1 then audio is off.
Before the sound is played we need to check if the global variable = 0 (unmuted)
if global variable "music"=0 then music is on. if global variable "music"=1 then music is off
Before the music is played we need to check if the global variable = 0 (unmuted)
See atached .capx : https://www.dropbox.com/s/vp9jrnn3wmqjg ... .capx?dl=0
I hope this will help you guys.
Best regards,
mpatekar