-
Can a comp reference an instance of itself?
Can a comp, if embeded in another comp, reference the instance of itself, when used, to source variables?
For example if this were possible you could make a special comp that had a piece of text and a circle in it and some expressions to achieve the following.
When the special comp is placed in another comp at layer 1 the text would be at a scale of 100% and the circle would have a position of [10px, 10px]. Then if it was on layer 2 the text would have a scale of 200% and the circle would have a position of [20px, 20px].That example is not that exciting but if it is possible you could create really flexible and reusable comps which would save time in keeping things consistent. Kind of like object orientated coding stuff.
any ideas on this or other ways of making flexible comps would be appreciated.