Question: Is there a simple way to dynamically capture and display the name
of the currently executing function in the Output panel?

Sample function: 

function doStuff ():void {
trace ("Function: doStuff()" );
//run doStuff code...
}

Without hardcoding the name of the function in the trace statement shown
above, can I somehow display the function name dynamically when it runs? 
I've never seen this done but thought I'd ask anyway
 
TIA
Cor
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to