-
Elliptical Motion path conundrum
Hi all,
A quick challenge for everyone out there.
I’ve got some scrolling text, about 15 different lines, that I need to get through with about 4-5 lines on screen at once.
However, instead of the lines of text scrolling straight down across the page, we’ve got them scrolling on an elliptical path – effectively a semi-circle that swings the text in from the bottom left, up to the centre and then off to the top left.
What makes this a conundrum is that, because the path is elliptical, the speed the text travels along the Y axis is not constant, causing the lines at the top and bottom of the screen to bunch up and overlap.
The challenge is, how do I get the text to follow the same elliptical path, but keep the Y velocity constant, so the spacing between the lines doesn’t change?
So far, I’ve tried animating the X and Y co-ordinates individually, which mangles the path too badly, and trying to being it back into a perfect circle just by adjusting the X velocity is practically impossible, (and sadly, it has to be a perfect circle, or at least damned near it, to match the curves of the background image). I’ve also tried some expressions, but it’s far too complex for me.
Anyone know how to do it?
Thanks,
Tristan