for/loop question..
hey guys, im kinda new with flash, i used it long time ago and still learning few tricks..
i created this nice looking UI with DYNAMIC buttons
example:
BTN_Exit
BTN_Order
BTN_New
etc..
now, i want with in a script to make all those buttons dissapear with an effect..
something like;
for each (var Btn in MyObj)
{
Print Btn.Name;
}
so my 1st step is to list all the buttons that i created dynamicly on main page..
any ideas how to do that?
