Hi guys,
I'm killing my brain and not getting to anything that i can use...
How do i get an Text object to show me a text like if i was telling a story
Example would be one of those thinking Clouds with text inside, i need it to keep changing, like if the char would be thinking....
I have tried to use an Array and write my text in 10 parts... however i'm having issues with the loops
It only shows me the last array value...
For example
array[10] i'm doing for each X set text to curvalue (currentvalue)
This if i run the layout always shows the position array[9] skipping the others....
What is missing here?