Hello,
I'm just wondering what would be the best way to implement this logic:
If "left arrow" is pressed in certain condition add 1 to score
If incorrect key is pressed in those conditions substract 1 to score.
I just noticed i can't invert the the "if key pressed" event so i am wondering what would be the best way to implement this logic.