-
Appending Source text expression.
Hi,
Please, I have an expression for my text file to read from CSV data, however, I would like to append it so that it can start counting from 0 to the value as well while as the expression below:
idx = parseInt(thisComp.name.match(/\d+/),0);
endCount = footage(“csvData.csv”).dataValue([thisLayer.index-1,idx]);
I would like to add this
startCount = 0;
endCount =effect(“Start”)(“Slider”)
countDur = effect(“Duration”)(“Slider”);
t = time – inPoint;
Math.round(linear(t,0,countDur,startCount,endCount))
Thank you in advanced
Regards,
Obed
Sorry, there were no replies found.