Lesson 5

Resetting Position


Before we start drawing multiple arms, we need to reset our turtle to our starting position

To reset the position, the turtle needs to go backwards. This will be added on line 25.Double check your indentations, we do not want our Backwards code to be a part of the For loop

Drawing Multiple Arms


The last function we are going to create is snowflake(). This is where we will put all the pieces together. We will define this function on line 21 by adding the code shown in the image to the side

We must make sure to call for the snowflakeArm() function THEN move the turtle’s position so the arms do not overlap