Draw Different Types Of Moons

1000 is too fast. Make it 500 and try.

You have to learn how to make a countdown first with the Clock component. Each time when the clock counts one unit, you complete one method.

4 Likes

Tim, if you are OK with this, I actually wrote a guide from your AIA.

1 Like

@Gordon_Lu
No problem :slight_smile:

2 Likes

Here is an animated moon.

This uses the drawArc function and four clocks to sweep through the phases....

animatedMoon.aia (5.4 KB)

You could also use the drawArc function with the for each number block to draw the individual phases.

7 Likes