@Nord : Well, there are a lot of ways to do this depending on your setup. I would try any of these:
Are you using Physics behind it? In that case you need to backwards-calculate the vector force to apply to your object.
If the object (character) is moved by your code alone,
- precalculate a bezier curve, or
- pre-design an animation.
Hope this helps a bit to get started.