so i figure out how to control the y dimension using this expression
temp = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
[value[0], temp];
and i added that expresion to a null object and parent the object that i want to bounce. but my new problem is that the object jumps down to far passing it orginal starting point. how do i make it so that it never passes that point. i moved the anchor point to the bottom of the null and the object but im still getting that issue
Muchos Thank You’s