-
I want a text layer to change based on my marker index
I currently have my source text linked to a slider and rounded to the nearest whole number. I just want my slider value (or the text in my text layer) to display a single whole number at any given time, but I’d like to control what that number is based on markers on another layer.
If the marker is the first marker on the layer, I want the text layer (or slider number) to be 1. If it’s the second marker on that layer, I want the text layer to be 2 etc…
Actually, I want it to be the index of the markers on the layer +1, because for reasons I don’t want to get into, I have a “dummy” marker at the start of my comp (actually 20 frames before my comp starts). So, I technically want marker #2 to display 1, and then marker #3 to display 2 and so on.
Thanks for the help!