Page 1 of 1

toggle interrupt?

Posted: 07 Apr 2013 10:43
by chmod000
I have a toggle on my home screen for this global variable, and when I turn it 'off' I'm trying to make it instantly go to 'false' in the flow. I realize I can do this with two separate toggles, but is there a better way?

Re: toggle interrupt?

Posted: 08 Apr 2013 07:42
by chmod000
I'm an idiot. I thought I had to make another toggle,but all iI had to do is create another flow/trigger.

Re: toggle interrupt?

Posted: 08 Apr 2013 15:47
by LightTempler
With global_shit = Not(global_shit) it should toggle every time called.