Set a value to Range Selector
Hi,
I am trying to set a value to a range selector by script but without success.
Here is my line of code:
- app.project.item(1).layer("Text1").property("ADBE Text Properties").property("ADBE Text Animator").property("ADBE Text Selector").property("ADBE Text Index End").setValue(3);
the error I get is "Undefiened is not an an object".
Maybe the property method doesn't work for the Range Selector.
I am rookie in script... that could explains the issue ![]()
Thanks,
Aurélien
