Re: [Flashcoders] help about buttons from xml file: solved

2007-05-22 Thread eric e. dolecki
So 11 works? ;) I assume you meant 10 + i this in that context = your XML object. Hard to manage depths on that. _root.getNextHighestDepth(); would work (i hate typing _root though) - eric On 5/22/07, Gustavo Duenas <[EMAIL PROTECTED]> wrote: I've just resolved this, It was in the this.getN

Re: [Flashcoders] help about buttons from xml file: solved

2007-05-22 Thread Gustavo Duenas
I've just resolved this, It was in the this.getNextHighestDepth(); . I use the , 10+1 instead of, and voila!!! it works On May 22, 2007, at 2:41 PM, Gustavo Duenas wrote: Hi, I'm creating buttons dinamycally using a xml file, this is my code: stop(); menus = new XML(); menus.ignoreWh

Re: [Flashcoders] help about buttons from xml file.

2007-05-22 Thread Allandt Bik-Elliott (Receptacle)
are the rest of them dissappearing off the top of the movie (this.buttonsMenu._y=-10*i;)? try using a positive number just to see if they appear On 22 May 2007, at 19:41, Gustavo Duenas wrote: Hi, I'm creating buttons dinamycally using a xml file, this is my code: stop(); menus =

[Flashcoders] help about buttons from xml file.

2007-05-22 Thread Gustavo Duenas
Hi, I'm creating buttons dinamycally using a xml file, this is my code: stop(); menus = new XML(); menus.ignoreWhite = true; menus.onLoad = function(success) { //portfolioTag = this.firstChild; titleMenus = this.firstChild.childNodes.length; menuContent = this.fir