You can achieve that with the built in Bullet behavior.
- Give the cross a negative acceleration when you first throw it out
- Compare it's speed every frame, if speed is equal to 0 (or less than some really low threshold) then:
- Turn the acceleration to positive
- Change the angle of motion in the opposite direction
You'll have to tweak the speed and acceleration values to get the motion just right, but it'll work.