by DST » Thu May 15, 2008 2:05 am
Ok, make a text actor. Enable input in the text options, give it a border, set 'get input focus', then in the text window just type 8 spaces, so its blank. you now have a textbox 8 spaces wide.
Then add keydown event, p a s s w o r d enter, and in the box for keydown event choose 'all keys are pressed in order'.
So really its just a keydown event, and the text in the box is only there so the player can see it.