I've seen multiple people ask that question, but sadly all of their approaches don't work for my case. I got a button, that sets another layer visible on click, and you should be able to click on that layer then, only if it is visible. I added the condition for it to be visible in the event.
Sadly, when I click on the button, it changes the layer to visible and when the click event reaches the item on the now visible layer, it is, of course, already visible, so the click gets recognized and selects the item below the button.
is there a possibility to consume a mouse-click with an item on click?