Simultaneous transition of the same object

Hello guys

This is my problem:

I have an object that moves back and forth between two points using “transition.to.” This is a physical object set to “static”.

When you move your finger across the screen, the background moves, and with him, they should also move other objects. How do I move the object in question when you move your finger across the screen while maintaining its initial transition?

Is possible to transition the object simultaneously in other positions while he is walking on his default path (back e forth)?

Obviously I can not put it in a display.group because his real position would not change so if you want to get a collision with other objects located in the center of the screen I could not detect it

Bit confused. Does the first mentioned object stay where it is (transitioning between the two points) and the finger move the background and objects on the background ? If that is the case then you need to track touch events to get the ‘finger movement’ and adjust the position of those coordinates accordingly. It would help if the background and objects are in a group.

Bit confused. Does the first mentioned object stay where it is (transitioning between the two points) and the finger move the background and objects on the background ? If that is the case then you need to track touch events to get the ‘finger movement’ and adjust the position of those coordinates accordingly. It would help if the background and objects are in a group.