00:00
00:00
Newgrounds Background Image Theme

Crypticfauna just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "Password Tutorial"

Dont worrie about eddie...

He has problems at home so can you blame him? : )

Platypus007 responds:

Can't say that I do. I still hate him =_=

This isn't a good password engine

You can just right click and play, if you wonna make a good password engine you have to put it all in a movie clip unnderstand?

-Ripperrs

Platypus007 responds:

nono, i know that. this isn't telling them how to make a succesful password area in a game, just givin them the basics to make a password. foo.

hhhhmhmmm ok

ark geeze ok my problem i have flash 5 this dosent look like flash 5 so its a little hard to follow. ok HOW do i acutally Create/start and input text box like what do i click on to click on input text box to make one???:S everything else i think im ok with thanks this has helped me alot please reply to this

Platypus007 responds:

to make an input text box just select a regular text box, and in the properties box, set it to Input Text. if u still can't figure it out, e-mail me.

Oh well, you tried..

If you click on frame 1 and you select actions, you can use the with(pass){} command along with if(key.isDown(<Enter>)){} so you don't have to use a circle

Not useful for me, but maybe people that are...

Not useful for me, but maybe people that are just learning Flash or just starting out to learn some programming. I don't really see how you could say that this was annoying trying to make it. It's actually very easy and fun if you know what a variable is. Anyways, that password wasn't very secure. I really hope you don't count on that to protect a certain part of a movie. I'm not going to tell you how to make some cool features and make it pretty secure, but I will tell you how to make the password accept words. Instead of using: "if (pass==999) {" try this: "if (pass=="9pass99") { " Notice anything? Well you should be able to tell that there is not only words with numbers, but there are also quotes ("") around the password "9pass99" (ignore the quotes that I put by "if" and on "{" ) . Just add quotes around your password such as "9pass99" and you have words! I'm not going to tell you the reason of why you put the quotes; you're on your own with that one. One more thing. Incase you didn't know, instead of selecting "Single Line" (in the text options panel) select "Password" and that will make the characters you type into that text field turn into asterisks (you know, the little things that kind of look like stars? **** * *). That will make it look a little better and be a little bit more secure. (but not secure-secure if you know what I mean) Well I guess I did kind of tell you some stuff on how to make it a little more secure and to make it look a little bit better, but that stuff isn’t all that great compared to some of the other stuff that you can do! Just keep fooling around with it and you’ll get better.

Platypus007 responds:

thx a lot man, i actually knew about the password text thing, and just left that out. i hav been learning more and more flash and programming and i figured most of the stuff u just told me a little while ago.