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 scene_1.
After i click it reload the scene_1,
and my script on button is
on (release) {
nextScene();
}
is it using
_root or
this.(dot)
.