Hello Robert!
I hope you remember you helped me tremendously last week with some scrolling text…But i have the last question for you as I have been trying to do something else without success:
Everything is working fine but the only problem i have now is that i want to speed up the whole thing. So what i did first was to change the speed in my null, the expression was:
rate = 6; //value in px/sec
value – [0,rate*timeToFrames(time)]
and I switched it to this:
rate = 8; //value in px/sec
value – [0,rate*timeToFrames(time)]
But now all the positions of the comps are totally screwed…not idea why???
So what i did is just change the speed by changing the % in time of the pre-comp.But why are the positions changing when i just change the speed of my null? do i have to create a new null of the pre-comp which already have the previous null parented? I actually tried this (making a new null with fatser speed and doing a pre-comp with the other null inside) and didn’t work because all the positions are again, displaced (all the comps are outside the frame now…)
I just like to understand if there is something i didn’t do on the first place…
thanks again!!