-
How to make number values change according to slider
Hey, so I’m in the middle of a project where I need numbers from 0 to 100 to change with a slider.
I’ve made a slider consisting of shapes. I’ve parrented a Null Object to the shape that will be moving, so I need the expression to change according to the position of the Null Object.
So when the Null Object is in the bottom the number says 0, and when the Null Object is in the top the number says 100.
I know this isn’t the best explanation, but I hope it’s understandable.