So I have a Marble score for my game, and you can have more than 100 marbles, and so I have 3 different score sprites to keep track of the score (since it's a 3 digit number). However, whenever the score is set to 100, it instead shows up as "010" and I can't seem to figure out how to fix it.
Here is what it looks like in the engine currently.
<img src="http://somethingwickedart.com/ScreenCapforConstruct2.PNG" border="0" />
Can anyone help with this please?