Is it possible to have a 'panel' of objects become visible / invisible and enabled and disabled on one go?
I have a panel of 6 buttons that are invisible and disabled at the start, the user clicks a different button and all six become visible and active.
At the moment I'm doing them all one by one:-
Touch > on touch start button
.............. Button 1 > Visible
.............. Button 2 > Visible
.............. Button 3 > Visible
...
...
Is there a way to group them so I can set them all in one go?