Hi, i want to display my score like this "000000000", "0000000010" ect ect...
When i set my initial score to "0000000000", in game have just "0".
I want a diplay like old arcade style game.
I found a solution but it seems complicate :
add local variable for unit, ten, hundred ... and finally add to final score but i dont want many variable to my score.
I would like to know if there is a way to do this easily.
Thanks