00:00
00:00
Newgrounds Background Image Theme

Edyborei 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"

If it helps.

I hope this could help someone.

Platypus007 responds:

didn't it help you? :(

wow

first time i saw a helpful tool on newgrounds...where's all the blood guts and nudity though?

Platypus007 responds:

i left it in spain :) glad to see my tutorial is helping

Don't need it...

0/5

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.

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.