Help with goto and stop

hey guy making a little something for school, however when you press on the “log in” button, it doesnt go anywhere? i dont get it…

i have the login button with
on (release) {
_root.main.gotoAndStop(“2”);
}
on (rollOver) {
this.gotoAndPlay(“fadein”);

}
on (rollOut) {
this.gotoAndPlay(“fadeout”);

}

and the page i want that to go to is part of a movie clip named “main” and then the frame is named “loginu” or frame 2…