-
Expression to change text
I’m trying to use the following expression to change the text of a text field on the stage at different time intervals as indicated by a slider control.
s = "may \rthe FLAME of peace, properity and happiness|and \rwarm your heart";
ind = effect("Slider Control")("Slider");
text.sourceText = s.split('|',ind);new to AE expressions so how does this work?