Shift the co-ords of the mouse

Am having a poke around with an area when pressed, it will reloated the mouse position.

I dont think it is this simple.

_root.nozone.onPress = function(){
_root._ymouse = 10;
_root._xmouse = 10;
}