local joystick = display.newGroup()
joystickOuter = display.newCircle( 60 , 60 , 59 )joystickOuter:setFillColor( 45 , 66 , 72 )
joystickOuter.strokeWidth = 2
joystickOuter:setStrokeColor( 183 , 237 , 254 )
joystick:insert( joystickOuter )
joystick.joystickOuter = joystickOuter
print(joystickOuter.width)
this width should be 120px but is reported as 122. Measuring / counting pixels on screen shows there are 120 in width [import]uid: 5354 topic_id: 1657 reply_id: 301657[/import]