So I'm currently having an strange problem: The keyboard key is pressed function (seen below) does not seem to work at all, when I open the game and press any of the buttons the game simply dosent register them for some reason. Any idea why this could be happening?
Fixed!
It seems that the event sheet was not linked into the scene that it was on! My bad. Works now!
Develop games in your browser. Powerful, performant & highly capable.
Also, check your first event - it says "On W pressed", all others are "Is key down".
"On pressed" is triggered once. "Is down" is triggered many times while you are holding the key.