I created 3 different animations for the 'Play' button in the main menu (Idle, Hovering, Clicked). The Idle and Hovering states are working, but when I click the button, it doesn't switch from the Hovering state to the Clicked state.
How can I fix this?
Thank you!
Develop games in your browser. Powerful, performant & highly capable.
Add a condition "Click animation NOT playing" to the first two events. Press C to add another condition.
Add another event - "On Click animation finished -> Play Idle animation"
Add a condition "Click animation NOT playing" to the first two events. Press C to add another condition. Add another event - "On Click animation finished -> Play Idle animation"
It worked! Thanks a lot!!