How do you hide the 0 digits for custom font score?
For example hiding the 0 in 0999 before the score hits 1000.
I was searching for a solution in the forum but I still couldn't get it to work...
---
If game.score is less than xxxx
--Change self.alpha to 0
Otherwise
--Change self.alpha to 1
xxxx needs to be what ever value the minimum that digit will be visible.
---
Where do you get self.alpha from? Do you create a rule and "change attribute" for each digit?
Yes I am totally new to this...
I was searching for a solution in the forum but I still couldn't get it to work...
---
If game.score is less than xxxx
--Change self.alpha to 0
Otherwise
--Change self.alpha to 1
xxxx needs to be what ever value the minimum that digit will be visible.
---
Where do you get self.alpha from? Do you create a rule and "change attribute" for each digit?
Yes I am totally new to this...
Comments
(Sorry I know I am asking stupid questions)
EDIT: NEVER MIND! I got it.