Button Problems!

ok, so im attempting to make a flash site, but when I got to the buttons I hit an “Anti-Continue” barrier!

I got one button to work problerly, But the other one just doesn’t agree!

There movie clip buttons

the code I used for BOTH is:

on (rollOver) {
              gotoAndPlay("over");
}
on (rollOut) {
              gotoAndPlay("out");
}

i used that for the second one and it doesn’t want to work :frowning:

HELP!