So, I'm making a pretty standard card game. As part of it, I have a hboxcontainer set up to sort the hand of cards, and when you mouse over each card it goes up, and stop mousing over it, it goes back down. the problem I have is with re-recording the returnPos (position the card goes back down to) as for some reason when the hboxcontainer re-sorts the cards after playing one, the rect_position of the card stays the same. Anyone know why?