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 for the traceObject function work in Alcon(http://www.osflash.org/alcon), which was used in making this update!

-Ken
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to