[Solved] Change element color with loops

Is there a way I can create a loop that goes through x amount of labels and changes them all one by one?
This is how I want it to work, but its ugly and long.

What I want it to be is more like this.

thunkable question2

(Note: in labelx, the x represents the incrementer. I.e. label1, label2…)

I tried putting my 4 labels in a list but didn’t manage to get things working.

Any ideas?

You can use the any component blocks.

3 Likes

It wasn’t harder than that. xD
Thanks!

1 Like