-
Randomly fade words (in multiline text) in & out over time
This is driving me nuts. I have a block of text, and need the words to randomly fade in & out over time.
I tried various range selectors; fading IN randomly was easy, but getting them to fade in AND out has proved difficult.The closest thing I found was this bizarre tip from Adobe – adding an Expressions Selector with this code:
seedRandom(textIndex);
wiggle(.1, 350);But this completely baffles me! Isn’t seedRandom just for reseeding the random generator?? Why does it need textIndex as input? If I change it to ANYTHING else, ALL the words are faded.
The problem is I want to change the random order of what I’m getting! But I can’t change the random seed.
Sorry, there were no replies found.