I have a game where you can move a shape left and right, and I want to make it so where if you press a certain key, it starts an animation where he floats up to the center of the screen, but when I make the animation for that, it becomes the default state, which would be fine.
But if I make a idle animation for him to be him, which is just an empty animation for no movement, he can no longer move. How do I make it so there is a truly default state which holds no value, and can switch to the floating animation?