-
Complex Expression For loading data from external file
Hello I’m working on this project which I’d like to enhance with expressions. It’s a low bar comp in which I have name and last name with different colors. What I want is for AE to load the data to edit the low bar from a.txt file. I assume I won’t be able to achieve this with a single text layer but with two. One for each item. So the problem is telling the “Lastname” layer to position horizontally according to the “name” layer since its width will always vary. I found a looong expression that calculates the size of a text box but it’s too slow and the whole intention here is to edit it quickly. I’d also like to have the expression rename the comp to the name contained in the txt file if possible. Thank you!!