Hi
I have a custom slider that I created using this tutorial (with slight changes):
I have a Global number InitialSliderPercent = 100 (so by default it is fully filled)
I also have another object whose angle I want to change when the slider moves.
On start of layout that object probably is at 0 degrees and when I move the slider that object must rotate (change angle) to the left to a maximum of -120 degrees (when the slider circle is on 0).
How to rotate/change angle of the object from 0 to -120 (degree by degree) by changing the position of SliderCircle.X from SliderBack.BBoxRight to SliderBack.BBoxLeft?
I will be grateful for your help.