00:00
00:00
Newgrounds Background Image Theme

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

great..

i think this was very nice and considerate.. i now know how to make passwords and it only took me a few secs! thanks mate!

Platypus007 responds:

thx bud, i appreciate that :)

thanks now i now how to make a password screen!

thanks now i now how to make a password screen!

p.s. ''god blast you''

OK

It is ok. But it needs to be more catchy.

Useful, I guess...

Informative, so flash shares similarities to Visual Basic huh?

To get it to work with words, you just have to know how to do a check for character arrays (ie strings) rather than just putting equals, which means you are checking a numerical value.

Platypus007 responds:

hm...interesting, i'll play around with that idea a little, thx for the pointer!

Not bad but wrong code

The code must be:
on (keyPress "<Enter>") {
if (pass eq "your password") {
gotoAndPlay("scene",frame);
}
}
and it not must be numbers when usuing this code
and there is a button with single line, press it and choose password
But I like this tutorial :D