-
How to Combine 2 Seperate Expressions for Source Text Class?
I have
text.sourceText.style.setFontSize(comp("Infografik").layer("Controls").effect("M Text Center Font Size")("Slider"))
and
try{
myPath = "G:/Workflow/Working/Infografik/Data/source.txt";
$.evalFile(myPath);
eval(thisComp.name)[0];
}catch(err){
"MISSING";
}
They works seperately as I wanted but I couldn’t managed to combine them. Could you please help me?