Hi guys.
I’m working on a proyect and i have problem linking a simple button.
In the Scene 1 I have a movie clip, inside that clip I have a button that have to go to a frame called proyectos on Scene 1
Action - Button----------------------------------------------------
on (release) {
gotoAndPlay(“Scene 1”, “proyectos”);
}
But Dont work.
why and how can i fix it?