Hi!
Construct doesn't seem to be capable of regognizing specific key presses when the textbox-window is active. I'm trying to unfocus the textbox when the player wants to move forward by pressing the arrow keys, but it's not working -the textbox still has the focus. I also tried to use the browser object (because it has a blur command) but I was unsuccesfull with that approachh as well. To be clear, I would like the game to get the focus when the player presses one of the arrow keys (instead of the textbox), because when the textbox has the focus the player is stuck and can't move.
There must be some way to defocus/blur the textbox without having to use the mouse! Any ideas are welcome!