Shapes | Shapes with colors | Variables |
---|---|---|
Make a circle anywhere on the screen
.
|
Make a red circle
.
|
Use one variable to set the color of a circle to red.
.
|
Make square anywhere on the screen.
.
|
Make a blue rectangle
.
|
Use two variables to set the color of a square to green.
.
|
Make circle in the center of the screen.
.
|
Make a green circle and a purple square
.
|
Use three variables to set the color of a rectangle to yellow.
.
|
Make a square in the center of the screen
.
|
Make a green circle in the center of the screen, with a blue square inside of it.
.
|
Use four variables to set the color and horizontal position of a circle.
.
|
Make a circle inside of a square in the center of a screen.
.
|
Make a red square in the center of the screen, a blue circle inside of that, and a red circle inside of that.
.
|
Use five variables to set the color of, horizontal, and verticle position of a circle.
.
|