Multiple interactions on same key press, only "top" interaction happens

I have multiple components in one frame. I have each of them set so that when i press space, they switch between each of their variants (as in, multiple components all in variant 1, press space, all switch to variant 2.) However, when i press space the interaction only happens for the component highest in the layer list on the frame. I’ve changed the layer order to confirm that the interaction only happens to the “top-most” component (in quotes since they do not have to physically be over each other for this to happen.)
Both of these are the same interactive component, on the key press only the last one placed changes:
image

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.