How to make Function is check if the AnimtedSprite ending

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By VBGames

So I want to create a function is check if the AnimtedSprite is finished without signals and yield.

The reason is that I make characters as an inherited scene and I want each of them to have a different ending animation

:bust_in_silhouette: Reply From: kareem_farrag

I don’t know but i tried this $AnimatedSprite.print_tree_pretty()

put it under the animation code line you want to print and see the console

I think it will help you