I have a game, im want it so the player controls the movement, so when pressed right, player continuously moves right until collision. Got that part working with a bullet, setting the direction and speed. But the player can still control the movement whilst in flight. I want them to only be able to press a key if there is a collision.
I understand i may not have explained this well