Think there may be a bug in the latest 2.0 builds. If I run this code:
local c = display.newCircle(100, 100, 50) timer.performWithDelay( 1000, function() c.width = c.width+1 c.height = c.height+1 print(c.width, c.height) end, -1)
The printed width and height values don’t update/change. If I run it in older builds they do. Please could someone just double check for me
Thanks!