I have this UI_interface with some buttons. When I hit the Animation Button it plays the AnimationSequence and also disables the button. This all works, but it also disables all the other buttons which is okay until it has finished playing the animation sequence. The problem is that the Animation needs to stay active as I want to ExitOut of the animation. How can I keep that button(AnimationButton active?) As now its all globaly and they are all turned off
anyone know solution for this? Thanks so much.