Hello,
I have a card type game I am using NGUI for and the cards are set up as follows:
Card One - Panel
-- BG - Sprite
-- Info - Label
-- Title - Label
All cards are laid out like this.
What I need is when I hover over a single card, I increase it's size to make it look like it is coming forward (this is already working), but I also need to bring the depth of everything (labels and sprites) of that single card ahead of all of the other cards on the table at the same time.
Any thoughts?
Thanks,
Justin