-
problems with random seed?
is there a problem with either ae cs3 or intel-macs and the seedRandom function?
ae gives me an error, saying that seedRandom is undefined. even with this simple expression copied and pasted from motionscript.com:
holdTime = .5;
seed = Math.floor(time/holdTime);
seedRandom(seed,true);
random([thisComp.width, thisComp.height])i’ve tried pulling the seedRandom from the expression menu, it’s listed there but it still gives the same error…?
Kevin Camp
Designer – KCPQ, KMYQ & KRCW