Hello,
I came across this weird thing (bug?), I’m on Corona build 2014.2189.
local rect = display.newRect(0, 0, 200, 200) rect.x = display.contentCenterX rect.y = display.contentCenterY --rect:setFillColor(1, 1, 1) -- this makes alpha default to 1 rect:setFillColor(1, 1, 1, nil) -- this makes alpha default to 0???