Bounce actor to a sphere at any point

Hello,
i am trying to make a marker (cone) which does continously bounce (simulated) from a sphere. The problem is that the cone is rotated to lookAt the sphere previously and if i try to move the cone through an axis this does not work depending on location on the sphere. The cones should move to the middle of the sphere direction independend where they are placed.

Legend:

  • Red arrows shows wrong behaviour
  • Green arrows shows expected behaviour

Does somebody have a clue how to get this work ?
Thankful for any help !

You’re moving the cones in World X. World X is always the same, whereas the Cone X changes depending on its rotation.

Try this:

Thank you Tuerer !