Hey. I’m trying to work towards a snake game, but im running into a problem already.
I want the arrow keys to switch the "snake"s direction, but the way it’s set up now, it only moves in that direction while the key is held down.
Is there a way to set up a system where the tap of a key changes the variables so that it continues in that direction until a new key is pressed?
Thanks and here’s my .blend which should explain alot of what i’m talking about: snake game.blend (84.4 KB)