I am trying to make a money game to use in my classroom. I created new variables to keep track of the money being used in the game but it only goes to one decimal place. Is there a way to make it have at least two decimal places so it will show values like 10.25?
Offline
It'll probably only show one decimal place if the second digit to the right of the decimal point is a 0, and if you're using sliders, but if all else fail, try using one variable for the numbers to the left of the point, and one for numbers to the right?
Offline