You drew a crescent moon in a level 2 project. Based on it, animate the solar eclipse process. Of course, real solar eclipse will look much more amazing.
You drew a crescent moon in a level 2 project. Based on it, animate the solar eclipse process. Of course, real solar eclipse will look much more amazing.
Crescent shape can be formed by drawing filled circle drawn on top of another filled circle. Assuming the background is white color, draw the first circle with white pencolor and
Use circle() function’s extent property, and alternate penup() and pendown() to draw a dashed circle shown here.
What will happen to a large number of randomly moving objects if you let them follow only one rule: try to move in the same direction as your neighbors do.
Knowing how to draw a crescent shape. Draw a colorful ring of crescent shapes as shown with a loop and colorsys library.
In a level 1 project you drew several tangent circles. Just draw two tangent circles but fill the shape with your favorite color to make it look like a crescent
Draw a yellow flower with 5 petals. Check here to find an easier project that draws a single petal. Also check out the tutorial on drawing a single petal.
Draw a 10-petal flower as shown. If you haven’t done so, try a single petal first. Also check out the tutorial on drawing a single petal.
Knowing how to draw a petal, color it with your favorite color.
Draw a petal shape as shown. Trick here is use circle() function’s extent parameter to draw an arc of a circle and then call setheading() function with opposite (+180 degrees)