How to make object fall in line with the target when applying wind effect?

Hi,
I am making a paper toss kind of game. I am implementing wind effect using constant force. I wanted to know how to make object fall in line with the target ie, if the object gets over the target, it should go in or fall in line with the target, not go behind or in front of the target.
At present when I swipe applying a constant force, for different angles of swipe the distance moved by the object differs.

For all those that came here for ideas,(including me) here’s the same question in stackoverflow but with an answer from someone.