So i have some user data in string input (text) & i’m making a cloner with multiple text objects in it.
I am try to get each of the letters in the mograph object to be each letter in the word in the string field of the user data
So “TEST”
would make the first mograph text object a “T”
the second one “E”
the third one “S”
etc.
Does anyone have an idea how i could achieve this with xpresso?