Hi,
i wanted to allow the player to enter his/her name when they get a high score. The textbox doesnt really fit with the look of the game so i thought about combining it with a spritefont.
Here is the problem i can set the focus of the text box and every tick set the spritefont to the textbox.text, however i wanted to hide the textbox.
I have tried making it invisible, placing a sprite on the top of it, moving it off screen, non of which work. The manual says its an html object so it sits on top of everything else.
Anyone have any ideas how i can allow text entry but keep the style of the graphics? I would rather not have to make some sort of virtual keyboard if possible.
Thanks