-
creative random flickers
I want to craeative some random flickers,and I can control the flash speed.
so I write this Expression,position:
tot = linear(time,0,4,1.5,8);
r = random(-4,1);
c = clamp(r,0,1);
wiggle(tot,700*c)brightness:
len = length(effect(“Optical Flares”)(“Position XY”),effect(“Optical Flares”)(“Center Position”));
k = random(0.8,1.4);
if(len>100) {
120*k;
}else{
0
}It can work but not so perfect,cause it`s position bases on random wiggle.and falsh speed also hard to control.
Did you have any better ideas?