Eh?

Do you mean when a model runs through all its animations when there's no action attached to it?

You have to give the model some kind of action behavior in order to stop the animations.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}