How to prevent number rounding [0.6 to 1]?
Hi,
How can I prevent the numbers effect from rounding numbers like 0.6 to 1? I need it to show value of 1 only when it reaches 1.0 and not before. Currently as soon as the number reaches 0.6 it changes to 1, and since I'm making a sort of slideshow of photos, where I need to show each image in order with the image number above it, it is completely in a desync - since it changes to the next number before the next image shows.
Thanks!

