-
Number animation from CVS
I have this expression and it’s working normally . the thing is, It’s only reading from Column 1 in the CSV. I want it to read from column 2 . What should I modify in this expression ?
_column = 0;
_row = time*30;
_sliderValue = footage(“Stats.csv”).dataValue([_column,_row])