Reply To: what is the best way to ask a follow up question?

Forum Archive what is the best way to ask a follow up question? Reply To: what is the best way to ask a follow up question?

#25537
Jonathan Gonzalez
Participant

    For follow up questions you can continue posting in the original “thread”, but posting a new question is fine as well. 

    So I tested this out myself and it does indeed stay in that state. In this case the issue is the animations. There are a few fixes for this. The reason why it stays that way is because right when we press the button we disable the entire group. So the animation never gets to finish out and leaves the button in it’s last state. Note the scale at 1.3, which is the last keyframe of the pressed state. 

    An easy “fix” is to set the pressed state ending at the same state as the normal state, or in this case at a scale of 1. The more complex way is to have a unique method that disables the button component instead of the entire group which would require an array or manually disabling all the button components individually.