Hello,
i have setup some sliderbars. a problem seems to be, when i reach a maximum the slider jumps to first position or springs value.
how can i solve this?
extra bonus question, can i setup a range limiter for the sliderbars? e.g. only slidervalues: N-M on sliderbar 1 allowed .
https://www.scirra.com/arcade/tutorial- ... mv4a-16501
capx:
https://www.dropbox.com/s/scc8bnm040lzr ... .capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
Your problem is caused by event 60.
You may want to add the condition to only have that event run if SliderBar isPlaying is True.
Regarding second question, for If you want only N-M, set the sliderbar minumum to 13 and maximum to 14.
Another way might be to have an event at the end, if sliderbar is >14, set to 14. If less than 13, set to 13.