Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions expression to determine a random radial wipe (initial) centre point

  • expression to determine a random radial wipe (initial) centre point

    Posted by Henry Cow on August 6, 2008 at 10:38 am

    Hi
    Im new to expressions, can anyone give me an idea how to go about creating an expression to determine a random radial wipe (initial) centre point.
    Resources just as useful as suggestions.
    Thanks
    H

    Henry Cow replied 17 years, 9 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    August 6, 2008 at 1:14 pm

    Like this maybe?

    minX = 0;
    maxX = thisComp.width;
    minY = 0;
    maxY = thisComp.height;

    seedRandom(index,true);
    random([minX,minY],[maxX,maxY])

    Dan

  • Henry Cow

    August 6, 2008 at 2:18 pm

    Dan, yes, that does it.
    Many thanks for your input.
    H

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