What’s the correct way to create a score display using ImageSprites?

How do I properly make a score display using ImageSprite without causing a runtime error?

why this error? what have you done? show us your relevant blocks.

I would just use a Label.

Substance beats Style

1 Like

How many sprites does your App require to display the score? Could it be so many that the App exceeds it's allocated memory?

If you want a stylish score board, use a Label as the basis, with an imported font (or why not the built-in Mono font?), within a Horizontal Arrangement that has an image background. Simple.


imagespriteNumbers.aia (54.3 KB)
numbers images from here

3 Likes