Forum Replies Created

  • Mirra Fine

    February 23, 2017 at 8:30 pm in reply to: Random character opacity on and off

    Amazing. Thank you so much!

  • Mirra Fine

    February 23, 2017 at 8:20 pm in reply to: Random character opacity on and off

    Hey Dan — How could I change this expression so that the letters appear randomly and then stay (dont dissapear?)
    I want letters to appear at different times, but eventually for the whole word to be seen.

    Thanks!

    freq = 1;

    txt = text.sourceText;
    curMax = -999;
    for (i = 0; i < txt.length; i++){
    seedRandom(i,true);
    w = rotation.wiggle(freq,1);
    if (w > curMax){
    curMax = w;
    idx = i;
    }
    }
    textIndex == idx ? 0 : 100

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy