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 TechniquesTrainingCreative Cloud DebateFAQ

CC Page turn keyframe breaks expression

COW Forums : Adobe After Effects Expressions

<< PREVIOUS   •   FAQ   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook
stef hamerlinckCC Page turn keyframe breaks expression
by on Sep 7, 2012 at 9:40:43 am

Hi guys, first post. I have the fold direction of cc Page turn linked to a point control in a external comp (so i can easily control it outside the comp). The fold direction itself is linked to in another expression as wel (to make the back of the page).

When i drag the point control in my external comp everything works fine. When i add a keyframe to the point control the fold direction no longer follows the point control.

Hope that explains the issue ?

Thanks !

comp("Imac_image_new").layer("citypath-pass-2").effect("FOLD")("Point")


Return to posts index
Reply   Like  

Dan EbbertsRe: CC Page turn keyframe breaks expression
by on Sep 7, 2012 at 2:11:11 pm

Try this:

C = comp("Imac_image_new");
ctrl = C.layer("citypath-pass-2").effect("FOLD")("Point");
L = C.layer(thisComp.name);
ctrl.valueAtTime(time+L.startTime)



Dan



Return to posts index
Reply   Like  

stef hamerlinckRe: CC Page turn keyframe breaks expression
by on Sep 7, 2012 at 2:31:05 pm

Thanks a lot ! That worked !

Now i'll try to figure out how you wrote that :)


Return to posts index
Reply   Like  

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


FORUMSTUTORIALSMAGAZINESTOCKYARDVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

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

[Top]