-
Text expressions
Hey guys. I would like to randomize the position of the words in a text and display it afterwards. The problem is that I’m not too familiar with AE Expressions, so basically what I would like to do is (everything with // is what I thought should work, but not in AE syntax:
1. Define a string //var str = “one two three four”
2. Split the string in words and place each word in a variable //selected = str.split(” “)[i];
3. //for (i=0;i<=3;i++) {
selected.position = x,y;
display selected
}Could you, please, tell me how can I achieve this? Or maybe an easier way? Is there any effect that does this and I’m just fooling around without knowing it? Thank you very much!