make the leaves change colors, so I made a new python program file to
test out just getting one leaf to change color.
I don't think I'm understanding how to get animate to work. I was
thinking that if I made a list of colors, I could iterate over the
colors in the list for different frames, but I couldn't get that to
work. Also, for some reason, I can't use superturtle directly, even
though I have it installed. I have been copying the source code into
the superturt.py file, but some of the source code isn't available
to do that for (the easings). Not sure if that is a factor in not being
able to do this though, because I was trying to switch between specific
colors, and not move through a spectrum (although that would be cool
to do eventually if I can). I was also thinking it would be cool to
make the leaves grow when they first appear, and then rotate and fall
down at the end, but that would definitely require the easing thing.
because I couldn't figure out how to get superturtle to import right.
I also added the leaves in, added a branch because the leaves didn't
look thick enough, and then I colored in the leaves and the trunk.
I'm not sure if it was the best way to do it, but I couldn't figure out
how to color in the woody part of the tree and the leaves at first (I
was trying to do like nested fillcolors, but only the leaves would
color in still), so I duplicated all of the tree drawing functions and
made one without leaves and one with leaves, and I colored in the wood
in the former, and colored in the leaves in the latter.