-
How to loop a multiple numbers
Hello sir could u help me in this case?
for example i have a slider, the value is 0. if i change value > 100 it should go back to 0. if value > 200 it go back to 0. if value > 300 it go back to 0, etcsorry i just learn english
I only can make expression in once condition
(effect("Slider Control")("Slider") > 100) ? effect("Slider Control")("Slider") - 100 : (effect("Slider Control")("Slider")