Forums › Adobe After Effects › Change Dropdownlist Script
-
Change Dropdownlist Script
-
Timur Solomon
May 29, 2022 at 6:50 pmHi, I’m interested in the following possibility.
Is it possible after running the script, when clicking on the button, to change an already existing DropDown list?What command is needed for this? I’m talking about a dropdown list inside a script
I figured out that you need to remove the existing list first – removeAll();
And how to create a new one, with an array, and not piece by piece through add(“item”, “name”); -
Timur Solomon
May 29, 2022 at 7:13 pmI added a new list, through a loop with add(“item”, “name”)
Understood))
Viewing 1 - 2 of 2 posts
Log in to reply.