Right now, I have many MovieClips
's in my array. I want to update all the alpha
values of the MovieClips in my array.
Right now, I am using a for loop but this is not the fastest way to do it.
Is there a way to set values for all the items in my array?
Thanks!