Use an array where the index of "X" axis is your level (ZERO base, so, index + 1) and "Y" is used to store sprite colors.
Then, in each "On Start Layout" you set the animation to the value at Array[level][sprite], where the value "sprite" is an instance variable you set before to each Sprite.