Help with mp3 hitest

hi i need some help apparently plz help :slight_smile:
}
onClipEvent(enterFrame){
if(_root.center.hitTest(this)){
_root.hit.mp3;

}
}

//when center hits this object the mp3 should play

but it doesnt seem to work