T = time;
substr(0,T);
how can i make T running randomly speed? so the letters come sometime fast or slow.
i got this similar result from your solution but this using slider to control speed. How to convert it using speed min or max value?
Thanks
ilya
slider = effect("rpm")("Slider");
accum = 0;
f = timeToFrames(inPoint);
while (f < timeToFrames()){
accum += slider.valueAtTime(framesToTime(f));
f++;
}
accum*thisComp.frameDuration*60 //60 what is that?