Hi everyone!
Sorry, I'm kind of a noob with gdscript.. I wanted to know how I can check if a different animation is finished?
"func onAnimationPlayeranimationfinished(zoomin):"
however I wanted to use this same function, but check for my other animation: "topamela"
I want something different than what happens after the "topamela" animation ends to happen when the "zoomin" animation finishes.. Any suggestions?