-
Expressions and contents problem
Hello!
First of all, thanks for your attention. I am having trouble with the following expressions.
Whilie this works OK:
comp("Mask").layer(thisLayer.name).content(5).content("Shape 1").content("Path 1").path
This one doesn’t:
index = 5;
comp("Mask").layer(thisLayer.name).content(index).content("Shape 1").content("Path 1").path
Does anyone have an idea on why?
I am using CS6 on Mavericks.Thanks a lot!
Diego