ComboBox problem

hay all,
I have a form w/ multiple combo box components in it.
The form is an MC Not in a flash form application/screens.
This formMC appears within a scroll pane component in scrollPaneMC. The scrollPaneMC is loaded within another shellMC.
So…
_root.shellMC.scrollPaneMC.formMC

if…
scrollPaneMC.formMC all of the combBox components work fine (animate upon selection)

but…when nested one more time…
shellMC.scrollPaneMC.formMC stops the combBox from functioning

any ideas?
thx in advance…
ipaq