generated from mwc/project_drawing
I was stuck when trying to figure out how to tell the turtle where to make the person's legs. Math had to be done since my rectangle function starts at the bottom left of the rectangle. I had to start the turtle 150 spots lower from the torso so when it made the leg rectangle, it would stop at the torso, since the legs were 150 long. I figured this out by drawing the person on a piece of paper so I could visually see where all the shapes needed to go.
830 B
830 B
(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) 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.