Part 7/8 Basic Programming Math
Cool, almost done. The variable below equals 15, but we want to change it to 14. Use an increment operator to change it to 14.
1 private var userCoins = 15;
You mean "decrement" not "increment" operator.
btw, for readability purposes it is better to align parenthesis like this:
void test()
{
if(true)
{
}
}
when viewing the code outside of IDE it helps identify the blocks of code faster
There is a minor bug, where, if you want to switch the cat between superposition and normal mode quickly (may be useful on stage 11) it may not accept the second Shift keystroke.
CarbonTech, there is a bug in the Capture The Flag tasks - you can kill the enemy with your flag, pick up your flag and go out of range of the field as far as you can, before the game terminates you. After that nobody will be able to retrieve your flag (as it will require more than 10 seconds out of battle).