onClipEvent(mouseDown){
if (this.hitTest(_root._xmouse,_root._ymouse,true)){
this.play();
}
}