I am making clone of this game. Almost game is done but only one thing where I stuck. Ball is jumping on specific x position but when ball bounce and hits the ring's edge then physics applied on it move little ahead from its x position. My problem is when I apply tween behavior to revert it back to its original x position then physics paused until tween finished. I applied tween when ball is falling down.
my question is how can I switch ball back to it original x position without affecting physics.