Here's a quick summary of the situation......
Group1
- Event1: When Space key pressed, do Action1.
Group2
- Event2: When Space key pressed, do Action2.
With this, I deactivated Group1, and pressed Space key, then activated Group1 after 1.0 second wait after Action2 is done. But here, after the 1.0 second, Action1 is executed!
I thought pressing of Space key is done while Group1 is deactivated, so Action1 would never be executed, but it is been executing, just after waiting for the group's activation. How can I stop this being executed???