Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
ADOBE AFTER EFFECTS:HomeForumBasicsExpressionsTutorialsPodcastsAE TechniquesCreative Cloud DebateFAQ

disable y axis

COW Forums : Adobe After Effects Expressions

<< PREVIOUS   •   FAQ   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook
brandon blomoluxdisable y axis
by on Jun 30, 2012 at 2:32:08 am

Hi. I am trying to make a shape rise and fall in time with a sound. I pick whipped the position of the shape to the audio key frames and it is working great. The problem is that it moves along the Y and X axis. So, rather then moving up and down it moves on a diagonal.

I imagine this is a simple problem but I am new to working with expressions and I can't seem to find any info out there. A bit of help would be greatly appreciated!

BB


Return to posts index
Reply   Like  

Dan EbbertsRe: disable y axis
by on Jun 30, 2012 at 3:22:19 am

Try this:

aud = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider");
value - [0,aud]


Dan



Return to posts index
Reply   Like  

brandon blomoluxRe: disable y axis
by on Jun 30, 2012 at 3:39:06 am

Hey, thanks for the quick response. That doesn't seem to work for me. It probably would have helped if I posted the expression that I am currently using.

temp = thisComp.layer("Pale Red Solid 3").effect("Sound Keys")("Output 2");
[temp, temp, temp]


Return to posts index
Reply   Like  


Dan EbbertsRe: disable y axis
by on Jun 30, 2012 at 3:47:19 am

>It probably would have helped if I posted the expression that I am currently using.

Yes--always. :-)

Try this then:

temp = thisComp.layer("Pale Red Solid 3").effect("Sound Keys")("Output 2");
value + [0, temp, 0]


Dan



Return to posts index
Reply   Like  

brandon blomoluxRe: disable y axis
by on Jun 30, 2012 at 10:31:29 pm

WORKED! thanks. learning one bit at a time. :) bb


Return to posts index
Reply   Like  

<< PREVIOUS   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook


FORUMSTUTORIALSFEATURESVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]