Targeting MovieClips

How do you target movieclips in parent timeline.

For example this was in as2

._parent.digit2.gotoAndStop(2);

or

_parent._parent.glow.play();