bharrison6
23-02-2016, 13:58
I was wondering how I might flip a local Boolean variable using a single button. I can of course use the NOT command and set up a switch to invert the variable anytime the button is pushed. The problem is it will constantly be flipping the variable while the button is held. I want it to only flip it one time and then wait until the button is released and before flipping it again.