Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Random for 100 or 0

  • Colin Braley

    April 30, 2007 at 10:13 pm

    Would you like this random value to be a new value each frame? If so, try this:

    Math.round( random() ) * 100

    If you would like the value to be the same for the duration of the comp, try this:

    seedRandom( index , true );
    Math.round( random() ) * 100

    ~Colin

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