on(release){
if(variableprofesor=="profesor"){
trace(variableprofesor);
atencionindice="Bienvenido";
gotoAndStop("indice");}
else{
atencionindice="Incorrecto, vuelva a intentarlo";
trace(variableprofesor);
}}
se supone q me ingresando profesor debe ir al indice pero me bota al else y n el trace me sale esto:
Código :
<TEXTFORMAT LEADING="0"><P ALIGN="LEFT"><FONT FACE="Century Gothic" SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">profesor</FONT></P></TEXTFORMAT>
ps: ya e probado el auto kern y tambien estan desactivados la generacion HTML <>
please quien me pueda ayudar con este problema
