07-01-2023, 11:34 AM
(This post was last modified: 07-01-2023, 11:21 PM by PhilOfPerth.)
Thanks bplus.
I caught your earlier posts, and, would you believe, I found the first one the most helpful!
I experimented with it and ended up with this:
Now, I'm trying to colour it... I still have trouble with this, but I'll get there.
I caught your earlier posts, and, would you believe, I found the first one the most helpful!
I experimented with it and ended up with this:
Code: (Select All)
Screen _NewImage(800, 600, 32)
start:
Cls
Input "aspect"; aspect
Input "radius"; radius
Circle (400, 300), radius, , , , aspect
Sleep 5
GoTo start
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)