How can I go about drawing a circle programmatically in AppleScript Studio?
I’m guessing it’s a Cocoa-only thing, and, to be honest, Apple’s Cocoa coverage only confuses me more.
However, there are four “features” I want on my circle:
- Is there any way to make it hollow? (ie just a border around the circle, but not filled in?)
- A call to set the color of the circle to whatever I want. (This one is much less important.)
- A call to change the radius or diameter of the circle at will.
- A call to retrieve the radius or diameter of the circle whenever I so desire.
Is this at all possible? If so, how? Some Cocoa implementation?
Note that I have standard Leopard. It doesn’t snow here.
Thanks in advance.
-SuperScripter