[solved] Set all labels on a screen to one color

I’m wondering how to set all the labels of a screen to one color. I’m currently using blocks that i think would help to do this, but I think they’re something wrong with the way i’m setting it up.

The image above shows how i’m attempting to this, any suggestions?

You need to loop through the “all Label in Home” contents. So try using:

For each j in list [all Label in Home] 
     set Label [ j ]'s Color to...

image

Thanks @tatiang and @roumak-coder! It worked!