-
Adding all checkboxes on a layer to an array
I have a null layer with multiple control effects like checkboxes and sliders.
What I like to do is collect all checkboxes in an array and loop through them to see which one is true.I’m using those checkboxes to change the language of all text in my animation, which are stored in a json file.
Now i’m collecting those checkboxes by adding them with the pickwhip. It works fine as long as the list of languages aint to long.Can anyone help?