Counting Down Using Interpolate
AppFueled
Member Posts: 308
I'm using T Shirt Booths tutorial on counting down using interpolate. When I finish my level, lets say I have 500 points. Everything works fine except the only thing I don't like is that when it counts down it also uses decimals.
For example, 500 is the level score. It counts down and looks like: 476.64. I don't want the decimal to be there. I want these to be whole numbers. Any suggestions?
For example, 500 is the level score. It counts down and looks like: 476.64. I don't want the decimal to be there. I want these to be whole numbers. Any suggestions?
Comments
click the e and open up the expression editor, type in floor then ( then select your attribute from the drop down and type )
try like that instead of selecting floor from the drop down