![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Coconut35 |
I’m trying to make a small game, with a ball that move right and left, and I want the game to begin only when we press the right or the left key to start moving the ball. I tried using a while
loop in the _ready()
function that run until we press one of the keys, but it always crashes the game.
Is there another way I could this ?