10-14-2009 10:15 AM
What I am trying to do is have a case structure switch to the true case when the user presses a button. The case structure will switch, which begins a time elapse, which then trigers several more cases. When the elapse is done, I want the case to switch back to false, and stay there until the user again clicks the button.
Currently, the booleen is in switch mode on press, so when the time has elapsed, the case switches back and forth several times before stopping. Attached are pictures of true and false cases.
10-14-2009 10:37 AM
10-14-2009 10:41 AM