Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. temp = thisComp.layer("gunshots").effect("Both Channels")("Slider").valueAtTime(time - 0.1);
  2. temp += thisComp.layer("gunshots").effect("Both Channels")("Slider").valueAtTime(time - 0.2);
  3. temp += thisComp.layer("gunshots").effect("Both Channels")("Slider").valueAtTime(time - 0.3);
  4. temp += thisComp.layer("gunshots").effect("Both Channels")("Slider").valueAtTime(time - 0.4);
  5. temp += thisComp.layer("gunshots").effect("Both Channels")("Slider").valueAtTime(time - 0.15);
  6. temp += thisComp.layer("gunshots").effect("Both Channels")("Slider").valueAtTime(time - 0.25);
  7. temp += thisComp.layer("gunshots").effect("Both Channels")("Slider").valueAtTime(time - 0.35);
  8. temp += thisComp.layer("gunshots").effect("Both Channels")("Slider").valueAtTime(time - 0.45);
  9. temp = thisComp.layer("gunshots").effect("Both Channels")("Slider") + (temp/8);
  10. temp *= .5;
  11. [temp, temp];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement