
For the holiday project, I decided to draw a menorah with candles on the side because you don’t use all the candles on the same day. First off I defined what a candle was which was just a rectangle that then goes to the top and draws a wick. Then I had to define what a candle lighted is which is just a candle with a red at the tip of the wick. Then I started making it, first I made the turtle make 3 candles, and then I made the menorah without a def() command as I’ll never use it again. Then I made the candle holders on top of the menorah. Then I made the candles in the holders which have not been lit yet by using a repeat command. Then I made 8 extra turtles which I spectacularly named Bob1, Bob2, …, Bob8. Those were responsible for the animation. Basically, Bob1 drew a shamas(the candle that lights all the others) pointing towards the first candle. Then I used the main turtle to go back to that candle and draw it lit this time. Then I cleared Bob1 and did the same for the second candle with bob2, then bob3, etc. That is what I did for this project. Which you can check out here!