Man, this is killing me.
I'm doing a brick style game and when the block count reaches zero it goes to the next level. To make this faster for testing I included a keyboard shortcut of "K" to move to the next level.
Everything is working great, except for Level 4. Construct does not seem to run the code in the compare check, even though it's true.
<img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/ed6a82d4-2445-42eb-bd51-262586f70108/2012-12-31_1559.png" border="0" />
When it goes to the Level 4 check, nothing happening. I have a text object showing me the the value of Level and it clearly shows 4, but it never changes to 4.1 like the rest.