You can generate the look of an oval shape with 4 circle arcs. Draw the first arc with larger radius and extent 90; draw the second arc with smaller radius
You can generate the look of an oval shape with 4 circle arcs. Draw the first arc with larger radius and extent 90; draw the second arc with smaller radius
Use loop to draw a line of half circles. Check out drawing just one half circle project.
Draw a simple tea cup shape as shown here.
There is a level 1 project that draws 3 spokes. Use loop to draw 30 spokes.
Draw a better watch tick marks than the last one by adding 12 evenly spaced major tick marks.
Draw evenly space 60 clock tick marks as shown here.
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.
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
Knowing how to draw a petal, color it with your favorite color.