Secret Message Box
Goal:
Share a secret message!
Steps:
- Create a password and store it in a String variable.
- Using a pop-up, ask the first person for a secret message and store it in a variable.
- Now use a pop-up to tell the NEXT user that they can only see the secret message if they can guess the passcode.
- If their guess matches the password, show them the secret message.
- If the password does not match, pop-up "INTRUDER!!"