Re: [Flashcoders] Recursive Loop showing all items

2005-12-02 Thread John Grden
OH, and I forgot to mention: Xray's open source ;) You can look through the recursion method it uses if you REALLY want to. It's not perfect (yet), but it definately works, and any and all suggestions/help are welcome. https://secure.sourcesecure.co.uk/trac/osflash/xray/browser/DEV_Source/xray

Re: [Flashcoders] Recursive Loop showing all items

2005-12-02 Thread John Grden
I would suggest trying Xray as well ;) all the headache you guys are working through right here has already been done with Xray Features: http://www.osflash.org/xray#features Downloads: http://labs.blitzagency.com/?p=45 Video tutorials: http://labs.blitzagency.com/wp-content/xray/videos/tutoria

Re: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Mark Winterhalder
On 12/2/05, Mark Winterhalder <[EMAIL PROTECTED]> wrote: > On 12/2/05, Marc Hoffman <[EMAIL PROTECTED]> wrote: > > Jay, > > > > If you got this to work, could you send me the code? I can't make it > > work even when doing the obvious clean-up to the line breaks and > > changing naming conventions t

Re: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Mark Winterhalder
On 12/2/05, Marc Hoffman <[EMAIL PROTECTED]> wrote: > Jay, > > If you got this to work, could you send me the code? I can't make it > work even when doing the obvious clean-up to the line breaks and > changing naming conventions to AS2 (e.g. "Boolean" rather than "boolean"). you can give the one i

RE: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Marc Hoffman
m])+" "+obj+"."+item+" height = "+objHeight+"\n"; } if (recursive == "true") { traceObjects(obj[item], restrictTo); } } return traceResults; }; -----Original Message---

RE: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Jay Lepore
} return traceResults; }; -----Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay Lepore Sent: Thursday, December 01, 2005 4:07 PM To: 'Flashcoders Mailing List' Subject: [Flashcoders] Recursive Loop showing all items Hello, Can anyone pr

[Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Jay Lepore
Hello, Can anyone provide with a recursive loop that loops through every mc and further loops through every child mc's listing every movieclip, string, object etc along the way? I know such code is out there and rather than recreate the wheel I thought I'd tap the experts on it. What sayeth the

Re: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Steve Mathews
Look at Xray on osflash.org (site not coming up for me right at the moment). On 12/1/05, Jay Lepore <[EMAIL PROTECTED]> wrote: > Hello, > > Can anyone provide with a recursive loop that loops through every mc and > further loops through every child mc's listing every movieclip, string, > object et

Re: [Flashcoders] Recursive Loop showing all items

2005-12-01 Thread David Rorex
On 12/1/05, Jay Lepore <[EMAIL PROTECTED]> wrote: > Hello, > > Can anyone provide with a recursive loop that loops through every mc and > further loops through every child mc's listing every movieclip, string, > object etc along the way? > > I know such code is out there and rather than recreate th

[Flashcoders] Recursive Loop showing all items

2005-12-01 Thread Jay Lepore
Hello, Can anyone provide with a recursive loop that loops through every mc and further loops through every child mc's listing every movieclip, string, object etc along the way? I know such code is out there and rather than recreate the wheel I thought I'd tap the experts on it. What sayeth the