Help with root

hello,

i want to access mouseX mouseY property of the root

any ideas heres my code in as2

if (this.btn.hitTest(_root._xmouse, _root._ymouse) || (this.itemBG_mc.hitTest(_root._xmouse, _root._ymouse))) {
} else {…

in as3???