normally if i wanted to add a class movieclip i would do something like:
var newChar:specificChar = new specificChar();
this.addChild(newChar);
Now is there a way where I could declare newChar to become a player or AI by adding another class to it.