Calling timeline with label

Hi I’m trying to call a frame on thee timeline but i need to use the label on it how can I call it?

btn1_mc.addEventListener(MouseEvent.CLICK, function(){
gotoAndPlay(“label_name”);
});

will this work?