Ir para conteúdo

Arquivado

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

xinxi

[Resolvido] Erro: 1067: Implicit coercion of a value of type int

Recommended Posts

Boas,

 

preciso da vossa ajuda...

 

tenho o seguinte código:

 

stop();

bntGP.addEventListener(MouseEvent.CLICK, clickCont);

 

function clickCont(event:MouseEvent):void {

if(event.target == bntGP.panel) {

gotoAndPlay("Scene 6", 1);

}

 

}

 

 

 

 

mas ocorre o seguinte erro:

 

1067: Implicit coercion of a value of type int to an unrelated type String.

 

 

Como posso resolver isto?

 

OBrigada

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.