animation.isPlaying for a specific clip ?!

hi,

is there any function to check if a specific clip (animation) is runing ?!

thx

animation[name].enabled should tell you if the animation named ‘name’ is currently playing.