Passing Variables from a loaded movie clip to main?

All,

Not sure why this is beating me up, but it is…
I can’t seem to load a movie clip, and then pass some variables from that loaded movie clip back to through stage_mc it is loading into - to the SubClip.

The structure is as follows:

Main
>SubClip
>>Stage_mc

Where the new movie clip is loading into stage.

I need to pass two variables from the loaded clip into the SubClip.
Simple vars to fill some dynamic text in SubClip.

Any help or a push in the right direction would be appraciated.

I’ve done the whole _root.myvar thing, _parent, and _global.
without luck…

:wt: Thanks!