Hi Flep great article. This kind of technique saved me from a lot ofbut I have a question.
Why do you pass "this" to Item ?Code:for(var i:int=0;i < numItems;i++) { var item:Item=new Item('nome_'+i,'cognome_'+i,i,'eMail@me.com_'+i,'city_'+i,this); items_array.push(item); }
I see you are using it here :
but, isn't addChild(tf) enough in this case ?Code:_fla.addChild(tf);
Thanx![]()


LinkBack URL
About LinkBacks
Reply With Quote
but I have a question.



Bookmarks