Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects How to make randomized animation loops

  • How to make randomized animation loops

    Posted by Benjamin Arthur on August 20, 2008 at 8:47 pm

    How could I take a short animation, (12 frames) and have after effects randomly play through them so that it never loops the same twice? Looking to get a drawn traceback effect on text without there being an obvious repeating loop. Thanks!

    Kevin Camp replied 17 years, 8 months ago 2 Members · 1 Reply
  • 1 Reply
  • Kevin Camp

    August 20, 2008 at 10:13 pm

    this is slightly modified from dan ebbert’s motionscript.com site:

    segDur = thisComp.frameDuration;
    minVal = inPoint;
    maxVal = key(2) – segDur;

    seed = Math.floor(time/segDur);
    seedRandom(seed,true);
    random(minVal,maxVal);

    select your footage, choose layer>time>enable time remapping, enable expressions for the time remapping parameter (animation>add expression), then paste that expression into the expression field.

    i think that will do what you are looking for…

    Kevin Camp
    Senior Designer
    KCPQ, KMYQ & KRCW

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