Desperately Need Help! my buttons won't work

Help!

I can’t attach the .fla. it’s too big. but if you can help, it would be greatly appreciated. anyway, I attached this actionscript to a movie clip:

on (rollOver) {
gotoAndPlay(2);
}
on (rollOut) {
gotoAndStop(1);
}
on (release) {
gotoAndPlay(“movie”, 3);
}

It rolls in and out fine. but refuses to change scenes or even frames with on (release). I am kind of new to flash.

Please Help!