-
Adding cross dissolve to random layers
Hi everybody.
I am struggling in order to have a kind of soft crossdissolve to
random frames of a layer, created with the following expression:numFrames = 25;
holdFrames = 15;seedRandom(index,true);
f = Math.floor(random(numFrames));
for (i = 0; i <= Math.floor(timeToFrames(time)/holdFrames); i++){ f = (f + Math.floor(random(1,numFrames-1)))%numFrames; } framesToTime(f) What I-d like to do is to have a softer effect adding, that is all the frames be shown with a cross dissolve from the previous to the next. Is that possible? Thanks to all! Paolo
Sorry, there were no replies found.