THIS IS JUST A CIRCLE THING move the sliders to change the properties of the circle I used some simple geometry to do this.
A faster way to make a circle would be to just send your sprite to the location you want it (x,y), set the pen size to the radius of the circle, then put the pen down then up. Of course, this makes the circle filled so if you want an empty circle, it won't work.