[osflash] Recursive tracing with Flashout
Ken Rogers
krogers at iwin.com
Mon Jul 3 19:00:45 EDT 2006
Howdy list,
Call me crazy but I really wanted recursive tracing in Flashout. So I
added a few functions and it seems to work great for now so I thought I
would share it.
http://fundamentalflaws.com/Flashout.as
Just backup your existing Flashout.as and plop it in, then add something
like:
Flashout.debug(
{
name:"Sascha",
age:"3", rank:"Superstar",
hobbies:[ "singing", "dancing", "smiling"]
}
);
I added a recursive level static var in the top that is set to 3
initially. Thanks so much to Sascha Balkau
<http://www.osflash.org/sascha_balkau> for the traceObject function work
in Alcon(http://www.osflash.org/alcon), which was used in making this
update!
-Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20060703/cf98633b/attachment.htm
More information about the osflash
mailing list