Hi :
Currently I use a Label to show the scores on my game. Problem is that if the number becomes very big the Label offsets so that it trails on top of other items on my screen. The Label is made with a string like ..."@"Your Score is %d".
Does anyone know of a better way to display scores on a scene/layer?
Thanks