Wierd Problem... Component

Summed up version…
Pretend theres a movieclip[1] being loaded into a scrollpane. And i have a simple line of code on the movieclip[2] that tells movieclip[2] (contains pics) this.

onclipevent(enterframe){
_parent.pic.gotoAndStop(2) (where the picture is).
//_parent.name = “text” works just fine but not ^^
}

//also tried
onclipevent(load/enterframe) {//tried for both load and enterframe
this.gotoandstop(2)
//also doesnt work.
}

Problem: When i just put the regular movieclip[1] off to the side outside of the component it shows the picture and text.

I’ve spent about 2 hours yes 2 hours on this and im far past frustrated…
Thanks to anyone that can help me.