-
Repeating Text with Text Sourced from Another Layer
Apologies, I think that this is best posted here rather than the AE forum.
Trying to get this to work, getting a text sourced from another layer to repeat a given number of times. In this case 5.
Beginnings work
s = “”;
for (i= 1;i <= 5;i++) s +=”source from other layer”;
sFor a layer named layer name I am trying to get it to replacy the “source from other layer”;
Using a pickwhip from the chosen layer, EXAMPLE with live type,
thisComp.layer(“EXAMPLE”).text.sourceTextIt doesn’t seem to see it as a source and returns that it is expecting a ;
Any ideas? Many thanks for the time.
s = "";
for (i= 1;i <= 5;i++) s +="source from other layer";
sthisComp.layer("EXAMPLE").text.sourceText
Saving the world one pixel at a time.