-
Need one layer to reference the markers and expression on the layer above
hi guys
i have a white solid that has a bunch of markers on it. when the markers occur, the solid dissolves up and down again over a given period of time, using the solid composite effect and an expression slider
I need to have 2 layers do this, but one of the layers needs to take the other layers markers and controls. Heres my expression on my master layer
try{
flashWidth = effect(“Opacity Flash – layer markers”)(“Slider”) / 2000;
timeToMarker = Math.abs(time – marker.nearestKey(time).time);
easeOut(timeToMarker, flashWidth, 0, 100, 0)
}catch(err1){
100
}The second slave layer is called White_Dissolve2
Im sure i dont need the effects and can just use a white layer that dissoves up and down based on markers, but i borrowed this code from version 7s presets, and im using version 6.5
Cheers
Chris