Movie clip function as a button in AS2

So I want to make some movie clips function as buttons to load some external swfs. I have this action script on the mc’s:

on (release)
{
loadMovie(“Chuck.swf”, “motionmc”);
}

It was working when it was a button, but now nothing happens?