Just rescale the range of the slider when you read the value. The sliders are all 0…1, if you need that remapped to a different range, you do Min + (SliderValue * (Max - Min))
[/QUOTE]
What do you exacly mean with “Min + (SliderValue * (Max - Min))”
Hot to make “+” “*” etc… is not a problem… but how to find the “min max” value? To multiply it later?
How do i get the value 0 and 1 from the slider?