Hello, it`s not working, maybe im doing something wrong
this is what happens, the buttons on the pause layer ( hidden on start of layout layer 6) are still active when im playing and im able to click them
aspano81
On layer 6, click on the buttons on your construct 2 project and make their initial visibility hidden or visible as you want them.
Next, on events, you need to add a condition that will enable you to click the buttons only if they are visible.
You either check for the button visibility or for the layer visibility.
But I believe what you are asking for is how to show the buttons.
So just check if they are set to visible on their initial visibility in the properties panel.