Toggle Dilemma

Rabeeto's icon

I'm needing a little help with something I'm trying to do.

I have four toggle switches one for sin, triangle, saw and square.

What I want to do is to be able to turn off the remaining three toggle buttons when one is activated (even if they are already off). For example if I pick sin it will glow yellow and any switches that will previously glowing yellow will go grey.

Is there a way to send a toggle switch an off message and no just a bang?

Luke Hall's icon

You can turn [toggle] off by sending it a zero.

Luke Hall's icon

{duplicate post}

Andrew Pask's icon

Also check out live.tab

-A

Rabeeto's icon

live.tab is exactly what I was needing. Thanks.

Chris Muir's icon

radiogroup would also get you there, I think.