Why do you think the code below does not work? What would you change/add to make it work?
Any help is appreciated..
function TraceIt(message:String,
Change your bb function to look like this:
function bb(f:Function, args:Array):void { func = f; argum = args; exec(); }
As you have it now, it accepts a variable number of arguments, but you are passing in an array(of the arguments) from aa.