« All Events
6:30 PM – Scratch Level 2 – Allison
September 12, 2023 @ 6:30 pm - 7:30 pm
Today we:
- Continued the Movie Ticket Price project
- Reviewed the homework and edited coding bugs
Important Reminders:
- After you finish your homework in Scratch, send an email to allison@ayclogic.com by Monday at 8 PM. In that email, write down your name and a link to your shared Scratch project homework. Make sure to share your Scratch project.
Homework:
- After Anthony asks “What’s your name?”:
- Code Anthony to say: “Hello (name), welcome to the Cinema!”
- Example: If the player answered “Jane”, Anthony will say: “Hello Jane, welcome to the Cinema!”
- After Anthony asks “What movie do you want to watch?”:
- Code Anthony to say: “(Movie name) looks like a good movie!
- Example: If the player answered “Minions”, Anthony will say: “Minions looks like a good movie!”
- After Anthony tells us the ticket price:
- Code Anthony to ask: Are you able to pay for the ticket? Please answer either “yes” or “no”.
- Store the answer in a variable named “Payment”
- If the player answers “yes”:
- Code Anthony to say: Thank you for the money. Enjoy watching (Movie name)!
- Example: Thank you for the money. Enjoy watching Minions!
- If the player answers “no”:
- Code Anthony to say: Sorry, you don’t have enough money right now. Come back another time when you have enough money.
- Contact us if you have any questions or need any help