-
Virtual host
I have a virtual host, you can ask for information and take you to the right place
Code:
on (release, keyPress "<Enter>") {
if (_root.pregunta.text="como puedo conocer las actualizaciones fiscales" || "conocer las actualizaciones") {
_root.cuadro.gotoAndPlay("productos");
_root.pregunta = "";
} else if (_root.pregunta.text="como puedo pagar mis impuestos" || "como puedo pagar mis impuestos") {
_root.cuadro.gotoAndPlay("sitios");
_root.pregunta = "";
} else if (_root.pregunta="administrador del sistema" || "contactar al administrador") {
_root.cuadro.gotoAndPlay("contacto");
_root.pregunta = "";
} else {
_root.pregunta = "";
_root.cuadro.gotoAndPlay("contacto");
}
}
But it takes you always to the 1st link "sitios", it doesnt matter what you write, do you know why?
-
-
WHAT? Shame on me, I looked bad, as a newbe
I think i wasnt to tired to make that big mistake, lol, thanks !!