Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expression help please

  • Expression help please

    Posted by Jason Watkins on August 24, 2006 at 9:18 am

    hello,
    i was wondering if it was possible to adapt this script to make the buzz words dissolve into each other over 1/2 seconds or so (adjustable would be better)

    thank you

    buzz_words = ” hopeful, buoyant, life-affirming, lightness, synchronicity, brightness, joy, mood, ambiance, humour, serendipity, up beat, constructive, challenging, optimistic, feeling, joyous celebration, positive, creative, celebration”;
    split_buzz_words_array = buzz_words.split(‘,’);
    buzz_frame_rate = effect(“Buzz Frame Rate”)(1);
    buzz_frame = Math.floor(time * buzz_frame_rate);
    buzz_index = buzz_frame % split_buzz_words_array.length;
    split_buzz_words_array[buzz_index];

    Mylenium replied 19 years, 8 months ago 2 Members · 1 Reply
  • 1 Reply
  • Mylenium

    August 24, 2006 at 3:31 pm

    I have no idea what you are talking about. This expression is specific to the sourceText property and does not work on anything else. To get crossfades, you need at least two layers and animate their opacity (or use a transition effect).

    Mylenium

    [Pour Myl

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