- Home /
Animation bug when click and hold on Button edge
Hello everybody. I have simle animation on buttons, when I click on them they scale from 1 to 0.8 on x and y. Everything works fine but when I click and hold on edge of the button or space between 1 and 0.8, button starts quickly animate between normal and pressed animations. I have no idea what to do.
Comment
Best Answer
Answer by NoseKills · Jul 01, 2017 at 05:09 PM
Have an empty/transparent graphic in your button that doesn't change size and acts as the touch area, only scale the visible sprites that are child objects in the button
Thank you very much, it works great. I really appreciate it.