Playing MC on button Over state and onRollover

Hi
I have some buttons that have the following simple AS to move an image on the stage to a particular position when the button is rolled over:
on (rollOver) {
_root.go = 75;
_root.sub = 1;
}

In addition to this, on the Over state of that button I need to place a movieclip on the stage to be played, however when I preview the movie this movie clip doesn’t play…

Any ideas how I can get this working?
Thanks!