Gotoscene...problem

i assigned ac on movie clip. first two is working fine. but last one is not working.
what can be the problem.

on(rollOver){
gotoAndPlay(2);
}
on(rollOut){
gotoAndPlay(7);
}
on(release){
gotoAndPlay(“Scene 2”,1);
}


Amol