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?