Lajus 0 Denunciar post Postado Junho 16, 2010 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
Thiago de Oliveira Cruz 21 Denunciar post Postado Junho 16, 2010 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
Eder Fortunato 15 Denunciar post Postado Junho 17, 2010 senti até uma nostalgia quando vi esse tellTarget, rs Compartilhar este post Link para o post Compartilhar em outros sites
Thiago de Oliveira Cruz 21 Denunciar post Postado Junho 17, 2010 Eu senti foi é medo disso O_O AS 2.0 foi lá longe... isso ai é AS 1.2 acho hIOAHEIOAHEIuAE :o Compartilhar este post Link para o post Compartilhar em outros sites