Lesson 4



Learning Goal: Students will be able to use variables to control the size, shape, and color of different objects simultaneously.
Learning Objectives
Students will know how to:
Use a variable creation statement to assign a value to a variable
Use variables to store integers and strings
Use variables as arguments to control size, shape, color, etc of objects on the stage
Use variables to control multiple objects at once
Improve efficiency in programming by allowing wide scale changes from a single line of code
Today I will…
use a variable creation statement to assign a value to a variable.
use variables to store integers and strings.
use variables as parameters to control size, shape, color, etc of objects on the stage.
use variables to control multiple objects at once. Improve efficiency in programming by allowing wide scale changes from a single line of code.