Using simulator 2013.1244 on a pc so NOT a graphics 2.0 issue. This code returns the error - attempt to call method setFillColor - a nil value.
local drawScreen = function()
local myText = display.newText( “hello”, 0, 0, native.systemFontBold, 100 )
myText:setFillColor( 1, 0, 0 )
end
drawScreen()
Surely something simple but can’t work it out…