Código :
on (release) {
if ((firstn=='') or (lastn=='') or (address1=='') or (city=='') or (state1=='') or (country=='') or (zip=='') or (phone=='') or (email=='') or (confemail=='') or (upc=='') or (item=='') or (purchase=='') or (store=='')) {
respuesta = "Please fill out all the mandatory fields";
}
if else (check1.selected==false) {
respuesta = "You most agree to the Terms of Registration to proced";
}else {
loadVariablesNum ("formulario.php", 0, "POST");
respuesta = "Your registration has been sent successfully";
}
}
El ERROR dice lo siguiente:
Código :
**Error** Símbolo=Customer Service, capa=Bottoms, fotograma=2:Línea 5: Se espera '('
if else(check1.selected==false){
Total de errores de ActionScript: 1 Errores comunicados: 1
Muchas gracias de antemano!!
