Page 1 of 1

Could "random" generates a random value every seco

Posted: April 3rd, 2005, 7:55 pm
by hexart
"Random" usually generates a value on every frame, but I only need the random value on every second or more. How could I use it?

Posted: April 4th, 2005, 4:17 am
by davestewart
Try this:

Code: Select all

posterizeTime(1);
random()*50
"1" is the frame rate you want the expression to evaluate at, in this case, once every second.