Hi all,
I'd like to use a button to start a "session" in which stuff happens until I click the button again (like an edit session only different behavior).
As best I can tell, when I click the button, it speeds through the behaviour and immediately exits. That is, it views it as a one-time thing instead of as a switch.
How can I change this to more of a turn-on, turn-off thing?
Edit to give a (not the actual thing) example: a counter between button clicks. Count until I click the button again.