![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Grizly |
I have three animations:
Run_start
Running
Run_end
If I press the start button, the animations should play one after the other. Three frames “Run_start”, loop “Running” and two frames “Run_end”.
I know you can use AnimationTree / state machine, but but maybe there is another way?
I would like to use AnimatedSprite or AnimationPlayer and manage from code.
I would be grateful if you could show me an example code.