Help, Again

Hey i need help with a hitTest code basically what i want to to happen is if hero hitTest this open a pop up menu which will tell the details. do u no what im saying? here is the code, what do i add to make this happen

onClipEvent (enterFrame) {
 this._visible = 0;
if (_root.hero.hitTest (this)) {
 
 }
}

cheers
SlayerX2