Well, you could code your animations using bones, but that may be more trouble than is necessarry.


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