# (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. ![Description](images.png) ## 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.