-
Change source text like source text of specific text-layer
Hi,
i have a composition with 3 text-layers, where one layer overlay the other and every layer has other color. Is it possible that the source text of these 3 text-layers will change dynamically.I mean i add another text-layer in the parent composition and add in one minute gaps a keyframe where the source text change.
So when the marker reach the keyframe and the source text of the specific text-layer change, the source text of the 3 text-layers will change too.
Something like that:
text = comp("parent comp").layer("specific text-layer").text.sourceText;for i=1 to text.numKeys
if nearestKey(i) then text = text.keyValue(i)