Robert! this was a great explanation, thank you! I tried and yes, put your two lines in the expression in the text, so:
rate = 6; //value in px/sec
value – [0,rate*timeToFrames(time)]
but what this does is putting my text way to far from my frame, when I zoom out my comp i see that my text is now scrolling but outside of the comp, it basically went all the way up in position. So what i did was to set up the Y value to positive(as it was negative).
what i don’t understand is how you got to number 6 for rate and what the second line is telling to do….I guess i will save these two lines every time I have to scroll a text…
Now, should I do exactly the same expression for each comp then? if you want all your text to move at the same rate, the expression should be the same for all the comps I am adding? I have a very loooong text separated into 320 different comps, i will put one after teh other with this same expression, correct?
thanks Robert! you are a great teacher!!