Page 1 of 1

I need help with this.

PostPosted: Thu May 15, 2008 12:47 am
by Hblade
I need help with this. I need to make it so that the text actor like... well... Ok, for a password. When you press enter, it closes the program, but only if it's the right password.

Re: I need help with this.

PostPosted: Thu May 15, 2008 2:05 am
by DST
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.

Re: I need help with this.

PostPosted: Wed May 21, 2008 2:15 am
by Hblade
I got it now, thanks. I'll use and do what you said. Thanks allot. I apreciate it.