Hi. how change all Array elemnt when one of them change

array[file1,file2,file3,file4,file5]:

set(value):

array = value

if one of them in array change (like hide()) all element in array be changing what is method i have to use ,set(value). array any, for i in array . or.(pls help me . i wana change one boolian in all element

array.fill(value)

If I am understanding your question correctly.

1 Like