Activity › Forums › Adobe After Effects › Scrolling text
-
Scrolling text
Posted by Jason Burris on May 21, 2007 at 6:27 amIs there a way to create scrolling text in AE 7.0? This is for a FCP project. When I created the text in FCP, the text flickers as it is scrolling up, looks real bad. I am trying to find a way around this.
I Dream of Weaver
Curious Turtle replied 19 years, 3 months ago 3 Members · 4 Replies -
4 Replies
-
Curious Turtle
May 21, 2007 at 1:02 pmThis little expression should work for you.
First, add an Effect > Expression Controls > Slider Control to your text and rename it “Text speed”.
Then paste this expression to the Position of your text (Alt-click the position stopwatch to get the expression window open):fps = 1/thisComp.frameDuration; // Comp’s frame rate
rollSpeed = Math.floor(effect(“Text speed”)(“Slider”)); // Determine roll speed as a whole number
[transform.position[0], (time*rollSpeed)*-fps+transform.position[1]] //Leave X up to user and scroll Y from user’s start pointYour text will now now scroll at a speed set with your slider control.
Let me know if it works for you (and anyone else can chime in if they want to improve it! :o) )
Cheers,
BenCurious Turtle Professional Video
Training | Editing |Support -
Kevin Camp
May 21, 2007 at 1:59 pmi created a similar expression and added an option to advance it in even numbered pixels to make it field friendly. it will create the move based on length of the credit list and duration of the comp… so if the credit list changes, the move will be adjusted. likewise for comp duration.
i saved it as a preset that can be downloaded at http://www.mercuryjones.com/aepresets.html. there are instructions, if needed.
Kevin Camp
Designer – KCPQ, KMYQ & KRCW -
Curious Turtle
May 21, 2007 at 7:04 pmJust as you would do a layer. Click on it in the Effects controls and hit Enter. It should highlight so you can rename it.
All the best with your project
Ben
Curious Turtle Professional Video
Training | Editing |Support
Reply to this Discussion! Login or Sign Up