Hi guys, I am making a 9:16 (vertical) graphics template themed with the logo and colours of the 20 teams of the English Premier League. My expressions knowledge only goes so far as wiggle and a bit of pick whipping!
I am trying to make an essential graphics template so that the editors can use the slider to pick the team that they want to have as their on screen graphic in Premiere (rather than having to go into AE).
So far I have in my essential graphics tab the four lines of text, the slider, and a comment which tells the user which team is which number. The slider goes from 1 to 23 (20 teams plus three others).
Here is what that looks like:
![Screen Shot 2018-02-05 at 10.27.04 PM.jpg]()
I have so far been able to use the slider to change the logo (by making all other logos 0% opacity), to change the name of the team (by making all other team names 0% opacity) and to change the background colours of the boxes.
This is the expression I used to do all of this. It is in the opacity setting for each object:
slider = thisComp.layer("Team Slider").effect("Slider Control")("Slider");
if (slider == 6) 100 else 0;
My problem is that I also want to be able to change the colour of the text when the slider is changed. Does anybody have any idea of how I can do this?
Below is the project file:
https://www.dropbox.com/sh/0yrknu66b8fjvcg/AADNJFMAoNLRlT7INQ1yh9rla?dl=0
Thank you!
David.