Newbie question

I have two mc’s in “Scene1”. And inside mc1 I have a button, wich I want to redirect me to frame #10 in “mc2” that is in the root aswell. So I tried the following code, where “mc_kontakt” is the “mc2”. But nothing happens. what am I doing wrong?

on (release, releaseOutside){
this._parent.mc_kontakt.gotoAndPlay(10);
}