-
instanced comp driven by expression
Hello,
I’m working on a weather forecast test and I’m trying to figure out if it’s possible to create a comp (pictoComp) with all my pictos animations layered. And then put pictoComp in each cityComp and load dynamicaly the good weather picto by an expression. Without duplicating my pictoComp x times by the number of city comps.
It would be like an instanced pictoComp that would display a different layer for each cityComp.
is it possible to do it by expressions ?
thanks a lot for your tips