Help Targeting Combobox in an event handler

Hi

I have a movieclip in my library called clip1 and inside it are a combobox and a button called combo1 and button1. I attach them like this:


for (var count = 1; count <= 5; count++) {
mc = new clip1 ();
addChild (mc);
}

I need to write an event handler that will trace out the label selected in the combobox when the button in the same movieclip as the combobox is pressed. Kind of hard to explain but can attach an fla if needed.

Thanks