setting and getting radius

Hi,
How do I get/set the radius of a circle? I tried googling to no avail, it’s not in the common properties/methods of display objects documentation, and neither so in vector display object documentation. Do I actually have to create a new circle display object to increase its radius?

[import]uid: 11334 topic_id: 4521 reply_id: 304521[/import]

Oh, I forgot to add, I have tried using .radius , object.radius = new value [import]uid: 11334 topic_id: 4521 reply_id: 14225[/import]

bump? My solution right now is to create a new circle with the new radius, this seems really hacky to me. [import]uid: 11334 topic_id: 4521 reply_id: 14324[/import]

If it’s a circle, just get the length ir height (either is the diameter) and divide it by 2. [import]uid: 11024 topic_id: 4521 reply_id: 14330[/import]

hmm i was hoping for a way to get the radius attribute directly, but finnk’s solution does work! Thank you. [import]uid: 11334 topic_id: 4521 reply_id: 14405[/import]