click position delta

hi folks!
banging my head against the wall of logic… :confused:
in the attached toe file im trying to compensate the position of the orange container and the mouse-click position.
till now the orang container jumps to the position where the user clicks into the panel.
i would like to be able to click anywhere into the panel, but the orange container should stay where it is and just update its position by the movement of the mouse…
i guess its called delta position… and thats where my head stops to work…
any help or ideas?
thank you and have a nice day!
luca
delta_pos_click.toe (4.24 KB)

Hopefully you already figured this one out, but attached is an example showing the desired behavior. Basically, you just need to add the active uv change to the release uv of the previous click.
container_delta_position.tox (1.9 KB)

holly molly
how the hell could i overlook your answer, sorry for that and thank you very much!
well… my solution till now was somewhat working, but yours now is just great!
again, thank you very much!
luca