Button control over main/sub timeline

i hav 2 scene, using button to swap in between file.
if the button is in maintime line i can swap in between
but my button is inside a movieclip in overview.
After i click it reload the overview_scene,
and my script on button is


on (release) {
nextScene();
}


is it using
_root or
this.(dot)
.