-
Multiple comps using same code
I have a precomp with graphic(Set of brackets that highlight text) that are being reused though out a comp. I want to be able to re position the brackets horizontally via a slider to fit around different sized sentences.
I have this on the position of the graphic bracket in the precomp
temp = comp(“Main”).layer(Bracket).effect(“SliderControl”)(“Slider”);
[temp,value[1]]And a slider control on the precomp(Brackets) in the Main comp.
How can I get it to work when I duplicate the precomp(Brackets). It only works with the top most copy on the timeline. Ive been trying to ref the index(layer#) for the precomp Bracket…but I cant seem to figure out how to do it
Thanks for any help