Week 32

Check the following to make sure you get full credit for your Beginner Apps:

Required App: PaintPot

Follow the Paint Pot tutorials, Part 1 (DATA VERSION) and Part 2 (MIT VERSION), so you can design and code on your Multi-App  screen called PaintPot. We'll make few small modifications to the instructions, including:

The screenshots below show what these changes look like when you are done. There is one non-visible component, "TextToSpeech". Note that the Media panel has additional assets used on other screens, including the icon (Simple House).

Note the color buttons are all the same size, even though they don't have text on them. (They say the name of the color out loud instead.) Do this by making their size depend on the screen width, 15% in this case.

230406_DATA_PaintPotPart1.pdf

Using the DotSize Variable

Part 2 of the PaintPot tutorial now has you following the standard MIT PDF. Follow the steps carefully - it details how to create a variable that changes the DotSize depending on which button was pressed last - Big Dot or Small Dot. Variables are critical for Apps - they keep track of things such as the current score in a game, or which question users are on in a quiz.