This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-04-24 13:23:10

luftwafte
New Scratcher
Registered: 2012-02-08
Posts: 3

Password checker

Hi all. I am in the process of making my Scratch OS and I am having trouble with making a password checker. I am able to set variables but when I test my account creation screen I tried making it in such a way where the user must make an account by changing the username from "null" to whatever they input and the same thing with the password. Please help.

Offline

 

#2 2012-04-24 15:18:30

zammer990
Scratcher
Registered: 2012-01-22
Posts: 500+

Re: Password checker

when i receive [setpass v]
   ask [type your password]
   set (password) to (answer)


when I receive [typepass v]
ask [enter password]
if (answer) = (password)
broadcast [right pass v]


http://i45.tinypic.com/2ynq7nn.jpg Play now!

Offline

 

#3 2012-04-24 16:17:25

yajaleel
Scratcher
Registered: 2012-02-13
Posts: 9

Re: Password checker

I do not know how to make "when I receive" scripts without taking a week to work. Is there any other way?

Offline

 

#4 2012-04-25 14:17:41

luftwafte
New Scratcher
Registered: 2012-02-08
Posts: 3

Re: Password checker

Thanks zammer for your password check method. I will modify it and test it.

Offline

 

#5 2012-04-25 17:00:31

k9lego
Scratcher
Registered: 2011-09-29
Posts: 59

Re: Password checker


Click here to get a project i made that might help.

Last edited by k9lego (2012-04-25 17:02:02)


Hey, I make cool games! WHY NO CLOUD DATA?!?!?!?!!!!!!!! Copy this
Click Here! Stats: http://blocks.scratchr.org/API.php?user=k9lego&action=onlineStatus

Offline

 

#6 2012-04-26 16:45:50

luftwafte
New Scratcher
Registered: 2012-02-08
Posts: 3

Re: Password checker

K9lego your project is a huge help. Thank you.

Offline

 

Board footer