I trying to display scores throughout all my scenes/layers, I'm using LabelAtlas labelAtlasWithString. The problem is, on each screen/layer I have labelAtlasWithString and it's just shows whatever I put in labelAtlasWithString:@"00000" eg "00000" initial value. This first shows all zeros and then only after I click the button, it updates the score.
Can I use it without initial string, I mean no zeros or anything?
Many Thanks!