I always have this problem with relative TM and overflow :
My basic example : an overflow action makes a square move left, then back when leaving. That works great when you do this slowly but when you do quickly (over and out, over and out…), the TM seems to loose its reference and the square stays there and never go back. Imagine this with multiple actions or buttons that are close together…
I put a very simple example, just try to quickly overflow the round shape in and out…
Would you just check this very simple test I made with two relative TM ? It is about the same issue…
2 squares : when you overflow one, it grows and the other shrinks… It works great when you are doing it slowly but just try to quickly switch from one to the other then it gets confused. I tries this with past projects but didn’t find the solution.