« All Events
5 pm Scratch Level 2 – Bill
January 3, 2022 @ 5:00 pm - 6:00 pm
Today We:
- Continued the Shopping Cart project
- Created a new Shopping Cart List
- Created anew Total Cost Variable
- Made it so when you click any food items, it will:
- Get a bit bigger
- Say How much the item costs
- Add the item to the Shopping Cart List
- Add the cost to the Total Cost Variable
- Made a new Check Out Button sprite
- When that button is clicked, we broadcast a new Check Out Message
- Made it so when the cat receives the Check Out broadcast message it will:
- Tell the user the Total Cost
- Loop through the Shopping Cart list and tell the user what is in it
- Gave the Button Sprite a cool affect where if the mouse is hovered over it, it will be a bit bigger
- Finished the Shopping Cart project
Your HW:
- None