Search found 3 matches

by DdK
February 26th, 2007, 3:16 pm
Forum: Expression Discussion
Topic: if/else in conjunction with degrees rotation and opacity?
Replies: 3
Views: 9776

hmmm

hmm, so maybe if I created a separate comp (with the 'light' layer) and have it''s opacity easing from 100 to 0%. Then have the rotation layer refer to it at the appropriate time. hmmm, I'm gonna have to do some brain-thinkin'...this may take a while...
by DdK
February 23rd, 2007, 2:33 pm
Forum: Expression Discussion
Topic: if/else in conjunction with degrees rotation and opacity?
Replies: 3
Views: 9776

So far, this is the code I've come up with: Attached to the slider: s=(effect("Slider Control")(1)) if (s>360) s=(s-361) if (s<-360) s=(s+360) Attached to the Opacity of the solid (light): r=thisComp.layer("Slider Control").effect("Slider Control")("Slider") t...
by DdK
February 23rd, 2007, 10:37 am
Forum: Expression Discussion
Topic: if/else in conjunction with degrees rotation and opacity?
Replies: 3
Views: 9776

if/else in conjunction with degrees rotation and opacity?

I'm having a problem trying to figure something out: I have two half rings, one smaller and inside the other. Both have a notch in them. Both are attached to a slider control such that when adjusted, they both rotate (simultaneously) in opposite directions. What I need to accomplish is: when the not...