Hi Simon,
Thanks for getting back to me. I am a little confused about your solution, especially on the first constraint.
Do correct me if I am wrong..
`ball01` has animation keyframe from 1-10 while `ball02` has animation keyframe from 10-20 and I am trying to copy the frames from `ball02` to `ball01`.
In your method, you mentioned about baking the keys. So I have did that to `ball01` in which there exists a keyframe animation that ranges from 1-10. Going forward to do the first parentConstraint, I suppose it will be from `ball01` constraint to `ball02`? As soon as I did that, the initial animation on `ball01` will be gone..