You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a variable called slider and initialize to 0.0
set X of circle to min(5.0, max(0.0, slider))
Set control of circle to X/slider
Now drag the circle quickly. You'll notice that you can easily get the slider value below 0.0 or above 5.0, violating the constraint. When this happens, the circle also gets stuck and you can't drag it anymore.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Now drag the circle quickly. You'll notice that you can easily get the slider value below 0.0 or above 5.0, violating the constraint. When this happens, the circle also gets stuck and you can't drag it anymore.
The text was updated successfully, but these errors were encountered: