# (Drawing project) ## Description I want to create a person waving. I will animate the person's arm to make the waving motion. I will make a background so the person will be standing on grass and there will be other components to the background. ## Planning ### Milestone 1: I will create the person by making the rectangle(height,width,color) and circle(radius,color) functions. The rectangles can be used for the person's arms and legs and the circles can be used for the person's head and eyes. I will combine them together to make the person. ### Milestone 2: I will make the wave animation. I will use Superturtle to make the person's arm move back and forth in a waving motion. ### Milestone 3: I will make the background. I will add grass that the person will be standing on and will add other backgorund elements.