-
News Ticker (cropped text issue)
I have read all the other news ticker posts that I could find using the search, but none seem to resolve the issue.
I have made some news graphics with a ticker which scrolls some names across the red bar (see image below). The scrolling function works and it loops the text at the end e.g. in the image, after the last name “NAOMI CART” moves to the left, a few pixels later, the “• GIRLS TEAM…” follows it.
This is almost perfect, but my problem is that my text layer ‘Ticker’ actually has a load more names after Naomi Cart, but because they are off the screen at the start of the comp, they don’t get included. Is there any way to adapt the expressions so AE scrolls the length of that layer instead of just the comp width of that layer? That way the whole ticker would be pretty much automated and I wouldn’t have to change the width properties each time I change the text length…
https://images.creativecow.net/171222/screenshot2013-12-05at11.52.42.png
Thank you in advance
Mr Noob
//Tile Centre
offset = effect("Autoscroll - horizontal")("Speed (pixels/second)") * (time-inPoint) * (100/scale[0]);
[thisLayer.width/2 + offset, thisLayer.height/2]//Output Width
(thisComp.width / (thisLayer.width * (scale[0]/100))) * 100