I would handle this with a global. Lets focus on blue. Make two animations big and small. Make global: BlueSelect = 0
Now make two events:
Event: BlueSelect = 0 | Action: set animation to "big"
Event: BlueSelect = 1 | Action:set animation to "small"
Then in your existing code that selects and deselects blue simply add an action that sets the global.