- Home /
make checkpoint in sliderbar
slider maxvalue = 10, how do I get 1 point at value = 7. that point is 1 image, thanks for all
slide.png
(26.7 kB)
Comment
To clarify, you want to add a graphical element (checkpoint) to sliderbar at 70% of its horizontal width? Will the position be dynamic (changing on runtme) or static (set only once)?
The way I'd go about it is to make a small script and attach it to slider element. The script will position checkpoint graphical element as slider's child via localPosition, eg (pseudocode) checkpoint.x = slider.width * 0.7.