onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
trace("on");
} else {
trace("off");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
trace("on");
} else {
trace("off");
}
}