This is really simple in Corona, just use textObject:setTextColor( 255,255,255 )
local textObject = display.newText( "Hello World!", 50, 50, native.systemFont, 24 ) textObject:setTextColor( 255,255,255 )
This is really simple in Corona, just use textObject:setTextColor( 255,255,255 )
local textObject = display.newText( "Hello World!", 50, 50, native.systemFont, 24 ) textObject:setTextColor( 255,255,255 )