H3ro
02-22-2006, 12:01 PM
I have two objects that need to have the exact same goal values.
For goalV i have a ramp.
And for goalU i have this script:
//input
float $changeR =frame ;
float $min =0 ;
float $max =1 ;
//script body
seed($changeR);
float $a = rand($min,$max);
particleShape1.goalU = $a;
when i try to play this, i get a really bad looking simulation. I need both of the object to have the same random U value at the same time. Any ideas?
For goalV i have a ramp.
And for goalU i have this script:
//input
float $changeR =frame ;
float $min =0 ;
float $max =1 ;
//script body
seed($changeR);
float $a = rand($min,$max);
particleShape1.goalU = $a;
when i try to play this, i get a really bad looking simulation. I need both of the object to have the same random U value at the same time. Any ideas?
