I did custom fonts numbers in my game According to this video:
![](https://img.youtube.com/vi/w6EELF0nNuw/0.jpg)
constrain attribute:
floor(( game.best score % self.divs )/( self.divs /10)..".png"
and the numbers are: 1.png , 2.png , 3.png.......
And everything its ok.
But now I want to install another font ..
So how can i do this?
thanks
Comments
it's not working
1. Check the name of your images to ensure you don't have xxxxx.png.png
2. Put a debug log message just before the change attribute where you change the image and see what value you have!
3. Can you explain what is not happening ;-)
I solved the problem!