Hello,
I am trying to count from 50 to 1 with markers on the text layer using an expression on the source Text, I want the numbers to count only exactly on the marker point, then maintain it and change again on the next marker till it I reached 1. I have modified the expression I used earlier to work, however, it does not change exactly on the marker point, it changes in the middle point between the markers.
Thanks
Obed
n=(marker.numKeys-(marker.nearestKey(time).index));
if (marker.numKeys=marker.nearestKey(time).index);
{
Math.floor(n+1)
}else{
n
}