Skip to main content
Inspiring
June 29, 2015
Question

Expression target multiple layers

  • June 29, 2015
  • 1 reply
  • 609 views

hi,

I have several layers, all with the same expression (linked to expression controls)

I wondered if it's possible to have one instance of the expression script to target multiple layers?

Rather than pasting he same expression code on each layer..

Thanks

This topic has been closed for replies.

1 reply

Dan Ebberts
Community Expert
Community Expert
June 29, 2015

Each property you want to change in each layer has to have its own expression--expressions can't target anything except their host property. You can cobble something together where the main expression is housed in a text layer and each property has an expression that executes the one in the text layer, but that doesn't really buy you anything.

Dan

Inspiring
June 29, 2015

Ah ok, thanks Dan