Pls help Using BTN component!

hi guys!

well i want use the Button componet for make this action:


on (release) {
 estado_txt.text = "Enviando su correo ...";
 enviarMail();
}

i try put that code inside the btn component but dont work…

regards.