Skip to main content

Hello everyone.


I think my problem must be really trivial because I haven’t found a single topic about it on the forum, but I can’t find the solution on my own: when I create several instances of the same component in a page (for example several buttons with a normal state and a hover state set in the prototype), and I interact with one of them, all the instances go into hover mode at the same time. So, if I move the mouse over a button, all the buttons on the page go into hover mode.


I simply set up the prototype like this:


What am I doing wrong?

Thanks a lot!

Are states attached to Variables? A single variable controls all instances so you need to not use Variables.


Thank you, I found the answer. I got a bit confused in the construction of my page.