var a:Function = new Function; trace(a instanceof Function);//true a=arrFunc[0]; trace(a instanceof Function);//false