Can you make this expression seperate the lines and make little paragraphs or equations?
s = “0.125,25.35,128,266.00,0.001,2(15X32)”;
holdTime = .5; //time to hold each position (seconds)
seed = Math.floor(time/holdTime);
seedRandom(seed,true);
s.split(“,”)[Math.round(random(0,5))]
—————
it would be easier then having tons of layers…also do you know of a way to do this in Combustion?
Rob