Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Lajus

Onde esta o erro?

Recommended Posts

Alguem sabe qual o erro deste código?

 

A mensagem de erro que esta dando é a seguinte:

'else' encountered without maching 'if', mas não acho o else a mais.

 

on (release)
{
    if (theansweris != 0)
    {
        if (theansweris == 1)
        {
            tellTarget(whichchar add "_moving")
            {
                play ();
                tellTarget("")
                {
                    tellTarget("tickmc1")
                    {
                        gotoAndPlay("right");
                        tellTarget("")
                        {
                        } // End of TellTarget
                    } // end if
                } // end else if
            }
            else
            {
                tellTarget(whichchar add "_moving")
                {
                    stop ();
                    tellTarget("")
                    {
                        tellTarget("tickmc1")
                        {
                            gotoAndPlay("wrong");
                            tellTarget("")
                            {
                                theansweris = 0;
                            } // End of TellTarget
                        } // End of TellTarget
                    } // End of TellTarget
                } // End of TellTarget
            } // End of TellTarget
        } // End of TellTarget
    } // End of TellTarget
}// end on release

Obrigado

Compartilhar este post


Link para o post
Compartilhar em outros sites

tellTarget(whichchar add "_moving")
 {
 play ();
 tellTarget("")
 {
 tellTarget("tickmc1")
 {
 gotoAndPlay("right");
 tellTarget("")
 {
 } // End of TellTarget
 } // end if
 } // end else if
 }
 else
 {

você chama um else na mesma altura que o tellTarget e isso ta errado

O erro mesmo já se explicou.

 

 

Abraços

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.