VARIABLES

Variables

Variables make Turtle Art designs really interesting. You can use the Store in Box command blocks to set and change a variable or you can use one of the reporter blocks (i.e. - color, xcor, ycor, heading, etc.) to change the turtle's behavior again and again.

Variables work best when they are within a looping behavior (see next section below).

TIP: Updating Variables

Use this iteratively (again and again) until you achieve the value you desire.

Variables are values that can change throughout a program.