TextInput in PASSWORD???

Talk about making games.

TextInput in PASSWORD???

Postby Bee-Ant » Tue Jun 12, 2007 7:51 am

How to make it????such as...

"PASSWORD : _ _ _ _ _ OK CANCEL" (if use mouse click to access it)

What events and scripts I'll put in :
"PASSWORD :" actor???
"_ _ _ _ _" actor(get text input)???
"OK" actor(if the password are correct,will load last checkpoint..and if incorrect will show ERROR message)???
"CANCEL" actor(click this button will back to main menu)???
Tell me step by step plizzz...
:cry: :cry: :cry:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: TextInput in PASSWORD???

Postby Caaz Games » Tue Jun 12, 2007 10:26 am

I am really bored so I'm going to correct most of your grammatical mistakes
[quote="Bee-Ant"]How to make it????such as...

"PASSWORD : _ _ _ _ _ OK CANCEL" (if use mouse click to access it)

What events and scripts I'll put in :
"PASSWORD :" actor???
"_ _ _ _ _" actor(get text input)???
"OK" actor(if the password are correct,will load last checkpoint..and if incorrect will show ERROR message)???
"CANCEL" actor(click this button will back to main menu)???
Tell me step by step plizzz...
:cry: :cry: :cry:


"PASSWORD : _ _ _ _ _ OK CANCEL" (if use mouse click to access it)

What events and scripts I'll put in :
"PASSWORD :" actor???
"_ _ _ _ _" actor(get text input)???
"OK" actor(if the password is correct, will load the last checkpoint... and if it is incorrect will show anERROR message???)
"CANCEL" actor(click this button and it will go back to the main menu)???
Tell me step by step please...
:cry: :cry: :cry:


... I would use a key down event thats triggered by a sieries of buttons, like " P, A, S, S, W, O, R, D " and have it do a script editor thing that does this...
Code: Select all
Right = 1;
and on the ok actor I would use
Code: Select all
if(Right ==1)
{
      LoadGame(Game);
}
else
{
      ChangeTransparency(Error,0.00000,);
}
This code might not work becuase i might not have typed stuff right.

Hope this helps! :D
You are welcome to join my forum. 4 active members lol but it's a cool place. active... much talking :D it's fun!
http://caaz.freeforums.org/
User avatar
Caaz Games
 
Posts: 729
Joined: Wed Feb 14, 2007 9:09 am
Location: California....knows how to party!
Score: 25 Give a positive score

Re: TextInput in PASSWORD???

Postby Sgt. Sparky » Tue Jun 12, 2007 2:47 pm

Bee-Ant wrote:How to make it????such as...

"PASSWORD : _ _ _ _ _ OK CANCEL" (if use mouse click to access it)

What events and scripts I'll put in :
"PASSWORD :" actor???
"_ _ _ _ _" actor(get text input)???
"OK" actor(if the password are correct,will load last checkpoint..and if incorrect will show ERROR message)???
"CANCEL" actor(click this button will back to main menu)???
Tell me step by step plizzz...
:cry: :cry: :cry:

look at my login Demo:
http://game-editor.com/forum/tp-2989-Lo ... -all-.html
:D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest

cron