generated from mwc/project_drawing
	I made the wings and body line up correctly to make a butterfly. This took a lot of trial and error. Getting the starting coordinates and angels for each wing was very time consusming, but with each edit, it got better and better! I also sped up the turtle because it was so slow when I was continoussly trying to see the new drawing. I was able to use 'command ?' to help me do one wing at a time! Somewhere i got stuck was just understadning the coordinates or angles. To help with that, I looked up the corrodinate grid to help me better select the starting point.
		
			
				
	
	
		
			25 lines
		
	
	
		
			838 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			838 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# (Drawing project)
 | 
						|
 | 
						|
## Description 
 | 
						|
 | 
						|
I will be making a butterfly fluttering its wings. The view will be from the front, where you can see both wings. I may also have it move across the screen and look like its really flying. This depends on how much time I can spend on the project, and If i am able to figure the code out.
 | 
						|
 | 
						|

 | 
						|
 | 
						|
 | 
						|
## Planning
 | 
						|
 | 
						|
(Include your planning here, including your project milestone.)
 | 
						|
 | 
						|
### Milestone 1
 | 
						|
Create function for the most used shapes in the project. This will include an oval and wing function that uses the ovals.
 | 
						|
 | 
						|
### Milestone 2
 | 
						|
Create a function that actually draw the body of the butterfly using the other functions I wrote prior.
 | 
						|
 | 
						|
### Milestone 3
 | 
						|
Create a function that draws the wings of the butterfly using the other functions.
 | 
						|
 | 
						|
### Milestone 4
 | 
						|
Change the bakground color.
 |