This hitTest code is right, right?

onClipEvent (enterFrame) {
if (_root.Dc, hitTest(Mc)) {
_root.Mc;
gotoAndPlay(11);
}
}
Now when i walk over the object (DC) it does nothing. what the heck is wrong?