Hello,
I have a typing game and I used a "Text" object to display what the user is typing.
I hardcoded all the letters, numbers, and special buttons like Backspace, Shift, Space, Enter - that's because when you hit one of those an effect will occur.
The problem is that when I export the game and I upload it to a site when the user hits SPACE, the browser will scroll down.
How can I solve this problem?
Thank you! :)