"Rotation follows motion path" not working quite as expected

Here’s my scenario: An object comes into the screen with “Rotation follows motion path”, then a few more things animate. Then, once you click on the object, it continues a motion path.

The problem: during that interval while it waits for you to click it, it doesn’t keep the motion path angle, it goes back to its default!

To make matters worse, the second part of the motion path will not be joined properly with the first motion path. My original thought was to put the whole motion path on a separate timeline, with 3 keyframes: start, rest and finish. However, once it starts the rest-finish motion path, it will snap to an angle different than the angle it had at the end of the start-rest path. I guess I am expecting that if the animations are merged, the “rest” point would be just a point on a start-finish motion path, but that’s not how it works.

Here is a quick document showing the issue: https://dl.dropboxusercontent.com/u/34021950/HypeQ/MotionPathAngle/MotionPathAngle.html
https://dl.dropboxusercontent.com/u/34021950/HypeQ/MotionPathAngle/MotionPathAngle.hype.zip

How do you guys normally deal with issues like this? Because my only thought is to fiddle with the 2 motion paths until I have a same-y angle.

Have a look at this.

Make single motion path from a - z ( no breaks like you had)

Click on the path to select it, then click it again to add adjustment points to adjust the path

Put the animation for the Ellipse on another timeline and Add another Action to start the second timeline to the Pause Timeline Action you already have.

Video to show you.
MotionPathAngle2.mp4 (1.8 MB)

MotionPathAngle2.hype.zip (16.3 KB)

<img src="/uploads/db2156/original/2X/1/1bffa0670a52c18b9da212088941b543941738c7.png" width=“335” height="500>

Thanks for the detailed instructions. That should work.

The only problem is if I want the intro animation to be slower than the exit animation. But that’s just being picky :slight_smile:

Then just make sure that there is overlap.

MotionPathAngle2.hype.zip (15.7 KB)

Thanks. I guess you do have to align them manually :slight_smile: