getting the egg animations names

Hi, I’m working with the dancer.egg file that comes in the Motion Trails example and I just know the name of the animation called “Win”. I want to know how to get the other animations names. thx

Load it up in Python as an Actor and use “print actor.getAnimNames()” or just “print actor”.

David

Thanks!