Submit 4:

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.
This commit is contained in:
mbhatti4
2025-10-05 17:28:15 -04:00
parent f19bae7994
commit 5b816196e8
2 changed files with 19 additions and 13 deletions

View File

@@ -12,9 +12,13 @@ I will be making a butterfly fluttering its wings. The view will be from the fro
(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, rectangle and triangle function. I will also have a fly fucntion that will help when i begin drawing.
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 background. I want to have a solid color background.
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.