hi.
i've got this silly little question: what is the correct actionscript for making a mc go to another frame when mouse is over it? simple, i know, but new for me. i've tried this:

mcinstancename.onRollOver{
gotoAndPlay(framename);
}

...but the thing complains there's a syntax error. should i use onmouseover or something like that..?

thanks, you kind souls...