What I want is simple: I have a loop, and I want to beak out of the loop if the user presses the c button.
So in the loop I have a conditional branch that says 'if button 'C' is Pressed' then break loop.
Why the loop just runs forever is beyond me. Anyone have any luck with this bull?
So in the loop I have a conditional branch that says 'if button 'C' is Pressed' then break loop.
Why the loop just runs forever is beyond me. Anyone have any luck with this bull?