Screen gestures and limiting movement of object

Hi,
is it possble to move an object on screen between boundaries?

I have a simle box that moves up and down based on screen gestures (drag up /drag down) but I need to stop the box from travelling vertically once reached a certain point.

the BOX (a simple rectangle) is “travelling” up and down based on 100px increments based on the “screen drag”… and we have othe elements bound to the BOX that must stop moving when the BOX has reached a certain position

thx
p.

can you give more details on this, you could try using a pinboard and place the rectangle within that

1 Like

the link below I can share a basic(very basic) file:

https://we.tl/t-gTUn6MiEr7

thx

i looked at this, you can put in an IF conditional trigger for the bound elements to stop moving based on the y value

1 Like