I have a code that should hide each button of class button1 when just 1 of them is clicked.
TOUCH on click Button1
Subevent: For each button1 : button1.visible = false
Above does not work, I need to trigger a variable for hiding these inside another event, any other solutions to make code more clear?