It's been a while since I have made some games with C2, and I can't remember how to fix this:
I got a button event.
If Red -> set Blue
If blue -> set Green
The problem is now that It first executes If Red-> set blue
and then goes on to set Green because it is next in the code..
How to prevent that?