Soy nuevo en esto de flash y Action Script.
Tengo tres input nombre, e-mail, comentarios y un boton enviar
Según el tutorial debia poner lo siguiente en las acciones del boton:
On (release)
if (nombre eq "")
Set Variable: "status" = "Por favor digite su nombre";
End ON
pero me arroja los siguientes errores
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 5: Statement must appear within on/onClipEvent handler
On (release)
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 7: ';' expected
Set Variable: "status" = "Por favor digite su nombre";
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 6: Statement must appear within on/onClipEvent handler
if (nombre eq "")
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 7: ';' expected
Set Variable: "status" = "Por favor digite su nombre";
Estoy trabajando en flash mx y quiero aprender a ver que significan estos errores y cómo solucionarlos...desde ya muchas gracias