Star explorer- changing graphics

To make the high scores black you forgot to change the color of the ‘thisScore’ variable. 

local thisScore = display.newText( sceneGroup, scoresTable[i], display.contentCenterX-30, yPos, native.systemFont, 36 ) thisScore:setFillColor(0,0,0) thisScore.anchorX = 0

thanks!!

I don’t have 2 of anything. Its a replica of the star explorer coding. 

thank xx

Got it working!! :smiley:

Good job.