Some stuff has changed. It now needs to change between 3 color like this 1 2 3 2 1 2 3 2 1.
What I’ve tried to do is to I’ve set the text color to color 1. Then added two fill color expressions. the first one has …
textIndex%3 ? 0 : 100
and the second
textIndex%2 ? 0 : 50
But it gets messy after the first 3 word as one would expect. was thinking that I could get solved with an “if” expression, but have no idea how to write it.
Thanks for any help!