Perchè ci sono due parentesi tonde di troppo:

codice:
doit = function ()
{
	trace(this._name);
};
_root.logo.onEnterFrame = doit;