Hi,
I love Construct, I can make some type of games quickly.
But there are some weird things that make it complicated that should be easy.
One of them is an object on a invisible layer detected as visible object and clickable
If I have many buttons on a some invisible layers like pause, gameover, completed and other game popups it will be a lot of work.
Should be fixed with single event
"Buttons on clicked && Buttons is visible" { do something }
Edit: I mean sprite as button