Member 11251240 wrote:
Is this possible
Most likely but your question is far from clear. In general terms you would write something like:
// in switch change event handler
if (switch == ON)
r = .73;
else
r = .66;
But maybe I just don't understand what you are asking.