Hello. Simple thing but I can’t find any solution.
How to swap resource bar to work in opposite way? Not left-right but right-left. I’m using standard resource extension.
Flipping object horizontally works but I don’t want to use this method.
Hello. Simple thing but I can’t find any solution.
How to swap resource bar to work in opposite way? Not left-right but right-left. I’m using standard resource extension.
Flipping object horizontally works but I don’t want to use this method.
Bar Value = from 0 to 100
-100 = -100
abs(-100) = 100
abs(-100 + Bar Value) = from 100 to 0
abs(-100 + 0) = 100
abs(-100 + 1) = 99
abs(-100 + 15) = 85