Hi all,
For me it seems that the Click on object is not working
Version r86
Capx
Here
On the Capx if you click on MUTE it should change to unmute and disable sound.
It does not work
It does work on Double click ...
Thank you
I don't think this is a bug - the Button object is floating above the canvas and handles the click before the Mouse object gets it. You just need to swap the Mouse 'clicked on object' event for the Button object's 'On clicked' event.
Develop games in your browser. Powerful, performant & highly capable.
Ashley,
Thanks that worked