how i make my score digit to move left?
i want to have it like this ??? =current score and achieve score. so it stars like this 0/500 but when it pass the 2 digits the next digit overlaps with the 5, i need to each new digit be on the left. i try all the options in display behavior , the left,middle,right, think but nothing.
Comments
so in the actor that has the tenths digit place you would have a rule when score is equal to or greater to 10 change alpha to 1
for the 100s place when attribute score is greater then or equal to 100 change alpha to 1 and so on.