I create a listener at level0
How can I do to apply the action with another level component ?

var comb_fill:Object = new Object();
comb_fill.change = function(evt2:Object) {
     //action
};
my_cb.addEventListener("change", comb_fill);
_level40.mycb1.addEventListener("change", comb_fill);// doesnt work

Thank you very much
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to