Hi,
I have a problem with a button.
My button contains a label. When I press the button, the image looks "pushed" down, so that the optical bounds move 4px down, but of course the real bounds do not change.
I tried to move the label 4px down via Tween on -> press-true and reverse via press-false.
But that works not as intended, it moves down the first time, and then it's moves unpredictable, but I don't know why.
Baking the text or images into the Button is no option, as I have too many.
Any help?