Search found 2 matches

by AdamHoej
January 5th, 2014, 3:35 am
Forum: Expression Discussion
Topic: Linking opacity to xPosition ?
Replies: 2
Views: 9655

Re: Linking opacity to xPosition ?

Thanks Xavier, that worked like a charm! It all ended up like this //Position// ConPos = thisComp.layer("Controller").transform.position[0]; CircPos = transform.position[0]; //Opacity// MaxOpa = thisComp.layer("Controller").effect("Max Opacity")("Slider"); Min...
by AdamHoej
January 3rd, 2014, 5:53 am
Forum: Expression Discussion
Topic: Linking opacity to xPosition ?
Replies: 2
Views: 9655

Linking opacity to xPosition ?

Hi! I tried to solve this, but I'm having some problems.. I want my object to fade from MinOpa -> MaxOpa, when the requirements are met. I really hope someone can help me out here! How it looks now with the code posted below.. //Position// ConPos = thisComp.layer("Controller").transform.po...