Moon labels
Posted: Thu Apr 17, 2014 2:41 pm
How do I trigger a condition based on the moon phase labels? Or are the labels based on a number I can query? I have a series of images that look like the moon phases and I want to load the correct picture based on the phase of the moon. For instance, is it like this....
if (MoonPhaseLabel()=="New Moon") New(5,50);
The "New(5,50)" is a function that draws the picture. It compiles but doesn't work. The picture functions work fine. I'm guessing the labels have a spacing to them I need to get just right. I tried to find them in the libraries, but couldn't locate it.
Thanks for your help,
Jon
if (MoonPhaseLabel()=="New Moon") New(5,50);
The "New(5,50)" is a function that draws the picture. It compiles but doesn't work. The picture functions work fine. I'm guessing the labels have a spacing to them I need to get just right. I tried to find them in the libraries, but couldn't locate it.
Thanks for your help,
Jon