PDA

View Full Version : Flash/Flex AS3 Dynamic Flow Diagram


RR_QQ
01-23-2008, 11:04 PM
Ok so there was a program in AS2 to graph a tree and connect the nodes. So I translated the program created by "jsebrech" (thank you) and found here -> http://www.actionscript.org/forums/showthread.php3?t=107630&highlight=flowchart from AS2 to AS3. I am posting it so that anyone who needs it can use it. One thing of note I put a 'return' in the CompactHorizontally function in LayouGraph.as because it has a bug in the original program and didn't have the time to find out how to fix it. If anyone is interested in looking for it read the discussion in the original posting to find out a little about the program!

Enjoy!

Flassari
01-24-2008, 08:08 AM
Thanks for sharing :)