Users Manual
SCRATCH CODING KIT
Tori Secret Safe problem 4
In this case, to open the safe, the user must input the button sensor and specify the password. Then, in order to
close the door, the user must press the number corresponding to the password inputted by the button sensor, the
door is opened. We need to create a variable that compares the number of digits in the password and a variable
that stores the user's password. You will have to remove the part that sets the password first and broadcast it to
save the password. Make it!
Activity