I'm looking for a quick/easy way to AutoMidHandle my ovals. AutoMidHandle is only for images I guess, and SetOrigin or SetHandle are based on screen coordinates. I could calculate the middle-point of the ovals using screen coordinates and size of the oval, but that seems a little over the top. Any ideas?
Edit: I will be using images for this anyway, but would like to know a way of doing this without them.
Graphics 800,600 AutoMidHandle(enable)'only works for images? While Not KeyHit(key_escape) DrawOval(100,100,10,10) DrawOval(100,200,40,40) Flip Wend
Edit: I will be using images for this anyway, but would like to know a way of doing this without them.