I am writing a program in which I need a lot of buttons to appear and
dissappear at certain times. Namely, I need about 80 to 100 items to
become invisible every time one of about 20 buttons on my front panel
is pressed. I'd prefer to find a way to do this without having to make
20 copies of the 80 to 100 property nodes that its already going to
require to make the program. So is there a way I can use variables or
something else to allow me to reuse the code that will make the items
all non visible?

Reply via email to