-
Incrementing position of a layer using Trapcode Sound Keys
Hi there,
Im trying to use the result of an output of sound keys to incrementally move the position of a layer..
This is what I have tried, I cannot get the value to continually increment
Thanks in advance for any help!
SK = thisComp.layer("Soundkeys").effect("Sound Keys")("Output 1").valueAtTime(time+0.1)
xPos = value[0] ;
yPos = value[1] ;
if (SK > 80){
[xPos +20, yPos];
}else{ [xPos , yPos ] ; }