Accessing another movieclip

Can someone help me with this,
here’s the scenario basically I want to access something inside a movieclip and in that movieclip again there’s an object that I want to access,its like nested

MovieClip[COLOR=#FF0000] A [/COLOR]:worried:
MovieClip [COLOR=#FF4040]B[/COLOR] <== this one is inside MovieClip[COLOR=#FF0000] A[/COLOR]
MovieClip [COLOR=#FF00FF]C[/COLOR] <== this one is inside MovieClip[COLOR=#FF4040] B[/COLOR]

and all this stuff that Im doing is just a typical Mouseover/ Mouseout something basic stuff and MovieClip [COLOR=#FF00FF]C[/COLOR]

to be specific on what Im doing

when I mouseover MovieClip[COLOR=#FF0000] A [/COLOR]==> the MovieClip [COLOR=#FF4040]B[/COLOR] & MovieClip [COLOR=#FF00FF]C[/COLOR] will show
MovieClip [COLOR=#FF00FF]C[/COLOR] ==> by the way also shows some image when I click it…
and when I mouseout the MovieClip[COLOR=#FF0000] A [/COLOR] the MovieClip [COLOR=#FF4040]B[/COLOR] & [COLOR=#FF00FF]C[/COLOR] will be gone

any help will be nice:gi: