Okay, this is incredibly frustrating and there's no way my code or conditions are wrong so I'm beginning to think Construct 2 is bugged.
Here is a screenshot of part of my code.
<img src="http://i44.tinypic.com/27ymh5.jpg" border="0" />
The FIRST time a button is clicked, it adds +1 to the integer value in the dictionary.
The SECOND time its clicked, its supposed to run actions at the bottom (which I've deleted out to save time and space.)
Unfortunately, the first time the button is clicked, it runs all of those actions, completely disregarding the condition that ButtonClick MUST = 1.
In other words, ButtonOkClick becomes 2 with just one click of the button, which is not what I coded, and not what I see on the screen. Solutions?
Thanks in advance!