1
Graphics / Re: SetRadius and origin problems in 2.0
« on: July 26, 2012, 02:39:58 am »The origin won't change how the circle is expanded when you change the radius, these are two different things.
the documentation says that the origin of an object defines the center point for all transformations, does this not include setRadius?
so if i want to resize circles to a new radius without changing their position (that is, the position of their centers) are my only options either setScale() or having to readjust the positions after each setRadius() to fix the unwanted movement?