Sorry for being a fool but I can't figure out why this wouldn't work... ?

if (_xmouse>600 && _xmouse<800 && _ymouse>20 && _ymouse<180) {
dial.gotoAndPlay(2);
} else {
dial.gotoAndPlay(12);
}

cheers!!