Re: [Flashcoders] help with a menu in xml : solved

2007-05-23 Thread Gustavo Duenas
Thanks man, it works... Regards Gustavo Duenas On May 22, 2007, at 5:32 PM, Jesse Graupmann wrote: Your problem might be that your buttons are sharing the same scope when attempting to access individual variables. When you do something like: _root.screenTxt.myText_txt1.text=menuTitle+":"+te

RE: [Flashcoders] help with a menu in xml

2007-05-22 Thread Jesse Graupmann
Your problem might be that your buttons are sharing the same scope when attempting to access individual variables. When you do something like: _root.screenTxt.myText_txt1.text=menuTitle+":"+textMenu; each button points to the last variable you created in the loop. By attaching the data to the butt