Practice using Procedures in Blockly
Apply a Reset Procedure to the Paint Pot App
How to apply procedures in your code
Procedures: A named piece of code that can be called over and over; also known as a Function
Sprite Type: A Category of Sprites that you can add to an app
Sprite: A single instance of a Sprite Type
On My Projects Page, click the 3 dots on "Score Tracker"
Click Duplicate
Rename your new app "Paint Pot- Procedures Challenge"
Clear drawings on Canvas
Variable Size = 20
Drawing Width to Variable Size
Size Label Text to Variable Size
Stage 1 Drawing Color to Black
From Black Button set Background Color to Black
From Blue Button set Background Color to Blue
From Red Button set Background Color to Red
From Green Button set Background Color to Green