rollOver stupidity

Ok I’m being stupid I know this should work but I can’t seem to get it to. Basically I have a movieclip of a ball that once it is rolled over should go to a frame called bounce I have tried using the following actionscript but with little success.

on(rollOver){gotoAndPlay(“bounce”);}

Does anyone have any ideas?