How do I know my hand has been raised from slider

Hi, In the application that I am making now, I have a small problem in how to know that my hand has been lifted from the slider, specifically when moving the slider to any value. When I raise my hand from it, the value automatically returns to zero, how do I do this, I hope to find a solution to these shapes in a way. Thank you

Search for "SliderTools".

2 Likes

With this extension you can use the TouchUp event that does this.

blocks (6)

1 Like

Also available here (on AI2 - so no need to register on Kodular):

2 Likes
1 Like

Hello Babaammi youcef

It's possible to do this using a Clock timer to test if the Thumb Position has changed. Given that the values from the slider are floats, we need to allow a small tolerance, but it works just fine.

SliderPosition.aia (2.6 KB)

1 Like

If the Slider position is changed and the finger is not released, there are unwanted effects.

1 Like

Thank you very much, the solution is found :ok_hand:

What are they?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.