About mute and unmute button

Hello.

I’ve been searching the form to implement a button to mute and unmute the music game in the same button, for when i touch that button the music will pause (the sprite change properly), and touching again the button, the music game will play (the sprite change properly), but i just found 2 differents buttons and i don’t want that.

Somebody knows how i can do it?

thanks a lot!

How about a RadioButton?

Hi @Breve,

Can you look into Toggle button concept once. Hope this may help you with toggle Mute & Unmute button.

Regards,
Gurudath

Thanks a lot everyone, I solved putting 2 buttons and make them visible and invisible each one.