-
Change text layer to reflect visible clip?
I am using this expression:
thisComp.layer(index+1).source.name
to create a title overlay to show the name of the layer below, works great. Is there anyway I can modify this so that it will change to automatically show the name of the next visible layer instead of the next layer? I would like to have a series of comps sequentially in a time line and have the text layer update to show the name of the comp currently visible.I hope that makes sense.
title—title—title
comp1————
——-comp2—–
————comp3