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.
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.
Tim, if you are OK with this, I actually wrote a guide from your AIA.
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.