Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Probleme whit yousing the ‘seedRandom’

  • Probleme whit yousing the ‘seedRandom’

    Posted by Taha Boukhari on July 16, 2013 at 2:22 am

    hi
    i have a probleme a bout controling one position in layer whit 2d dimensions.I use the seedRandom like expression but it dosent work when i applied in one dimension but when i use random it work.
    this is some capture from my screen

    dosent work whit seedRandom

    work whit random

    Jeff Kay replied 13 years ago 3 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    July 16, 2013 at 4:01 am

    You can’t use seedRandom() that way. I think this might be what you’re trying to do:

    temp = transform.position[0];
    seedRandom(2,true);
    [temp,random(200,1000)]

    Dan

  • Jeff Kay

    July 17, 2013 at 3:31 pm

    To elaborate seedRandom() does not generate random numbers itself. It sets the seed value used by random() or any other effects that generate random numbers.

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