Guest User

Untitled

a guest
Aug 5th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if(thisComp.layer("Funcion").effect("On/off Displace")("Slider").value==0){
  2. 10*thisComp.layer("Bass").effect("Sound Keys")("Output 1").value;
  3. } else {
  4. 0;
  5. };
  6.  
  7. if(thisComp.layer("Funcion").effect("On/off Displace")("Slider").value==0){
  8. 4*thisComp.layer("Bass").effect("Sound Keys")("Output 1").value;
  9. } else {
  10. 0;
  11. };
Advertisement
Add Comment
Please, Sign In to add comment