I am making a platform game, but I have find what seems to me an error in the program itself.
Let me explain:
after various tests I've come to the conclusion that Construct itself does not seem to consider the possibility of pressing both direction keys simultaneously (obviously i refer to right and left keys)
When this happens and the keys are released at same time, the program often continues to read the pressure of one of the two directions, and it results in the movement of the sprite without the orders giving by the player.
This is not something wrong with my programming, since I have also encountered it externally, and the only way to fix it by exiting construct is to... well, restart the computer.
Has it happened to others? How can I solve this problem?
Thanks in advance for the answers.