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.
Here i wrote the code for drawing the full butterfly by calling the other functions. I just put temprorary values to just get the program to work for now.
I will be asjusting it next submit.
I also realized why it wasnt working before..i never called any function! The program now works, but need adjustments.
I struggled with the bakground color so i simply looked up how to choose a background color on python on google and found an easy solution.
Here i wrote the fucntion for the body. I first positioned myself on the canvas where i wanted to start drawing and then called the oval function to draw it out.
I am struggling to get the program to draw. I don't think there is any errors in my code, as it is farily simple, but when i run it, it justdraws a weird shape.
I started with making the two main functions I will need for my drawing, which is an oval and wings.
For the wings, I used the oval fucntion in it. I will be also using the oval function to draw. the body of the butterfly,
I got stuck with just starting the project. Im not sure why it felt very overwhelming for me.
Seeing the examples, I do not think I am fluent enough in python to make it animate.
After reading super turtle library, it confused me more and made me nervous to start.
After taking some time away from the project, I decided to come back with idea of just drawing.
I think now that I have my two intial functiosn done, the rest of the project should be less overwhelming and I should be able to enjoy getting it done.