Why is this not working? The colour of object03 stays white – regardless of the values set via setFillColor.
local cX = display.contentWidth/2 ; local cY = display.contentHeight/2 local object03 = display.newRect( cX,cY,256,256 ) object03:setFillColor(150, 60, 50, 180)