Back stepping a movieclip

Hi I have this code on a button that exist witin the movie clip that i want the action to take place.

onClipEvent (data) {
_root.goin.gotoAndPlay(12);
}

if I use (_root.this) it does not work either.

how do I back track the function?

like …/ or …\ in a file directory?