Change tint of only 1 animation

Hi,

have a sprite ColorArc with 3 animations.
How to change only color of just 1 animation?

This colors all 3 animations:

Thank you.

Try adding another block: animation != 0 change tint 255;255;255.

Thank you Lucky-j,
this works, but I have to determine the colors of the 2 other animations at the same time (or by variable)