Create an high score counter with images

I want to create an high score counter with custom number images, how can I do it? Is there even a way?

i would just use fonts and the text objects

The images have a black border with a white fill, if I use the font it becomes white and the black becomes transparent.

Treat the score like a string - use VariableString to access it, rather then Variable. Use the substring command substr to get each letter one at a time and place the appropriate sprite on the screen.

If you don’t mind, could you please send an example please?

Set up your number images object:


This will print out the numbers:

2 Likes