Buttons Swap and Color Changes [Solved]

Hey, I created something to select a button and move it. Select change the background color of the button, and moving it, change the place with another button. I can do both but, that’s not the problem, the problem is : When I move a button, i can’t change his background color anymore. I try with background color and also color and opacity. It’s like the button is no longer recognized after moving it… idk

01
03
04
05

probably an issue with references. can you show the variable giving reference to those two background color nodes?
also, whats the purpose of the two add child to grid nodes?
Are you adding a child in the location of the top right with a button that has no image, then creating a button with the circle image in the bottom right to give the illusion of movement?

I’ve change the “Add child to grid” into a “Set Row” and “Set Column”
It work perfectly, sorry for that but thanks anyway, your post made me think :slight_smile:

no worries. glad its been resolved.