Parent Path Library display.* Revision Release 2025.3714 See also display.newCircle()
The circle path specifies the geometry of the corresponding circle object.
This path has limited properties which let you manipulate specific aspects of the shape object. These aspects can either be set explicitly or animated via a transition.
(Inherits properties from Path)
Number. Radius of the circle.
local circle = display.newCircle( 160, 240, 10 ) circle.path.radius = 50 transition.to( circle.path, { time=2000, radius=10 } )