o = transform.opacity;
s = thisComp.layer("center").transform.scale[0]/100; //use the scale to affect the radius of influence of the null
l = length(transform.position, thisComp.layer("center").transform.position);
lprev = length(transform.position.valueAtTime(time-thisComp.frameDuration), thisComp.layer("center").transform.position.valueAtTime(time-thisComp.frameDuration));
if(lprev > l){
l = lprev;
}
o - (l/s);