Hello,
I'm making a sound mute script but it doesn't work.
The idea is when player clicking sprite then Construct will set another animation. I use boolean to decide sound mute or unmute, but didn't work also.
How do I fixed my script in below?
Develop games in your browser. Powerful, performant & highly capable.
You can try to replace the condition below with 'else'.
(Press 'x' to quickly add)
Thanks.
It's work if used "else".
I think this is the same approach I made but different results.