Hello,

I am trying to create a login feature for my game. The user would type in a userid and password and then click a button. I understand how to create a button and how to handle the click event. But how do I create a textbox? Is there an easy way to do this or do I have to create my own images, check if the mouse is over the textbox and then catch the keystroke events and populate a string and show it in the textbox? Seems like a lot of work...

Please let me know.

Regards,

Doriel