Two questions:
- I’m making a game where I need the player to be able to input text. I’ve got it set up like this. It works great and stores strings in the text properties and all that, but nothing happens when I hold down a key! It gets very annoying when you have to keep tapping “Backspace” to erase a line of text.
How do I make it so that when you hold down a key it will continue to input the character?
- I want to have a blinking text cursor. How do I do that? And control the time between blinks, if you get what I’m saying.