xinxi 0 Denunciar post Postado Dezembro 19, 2012 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
Daniel o rei 14 Denunciar post Postado Dezembro 20, 2012 É primeiro o frame depois a cena no gotoAndPlay Compartilhar este post Link para o post Compartilhar em outros sites
xinxi 0 Denunciar post Postado Dezembro 20, 2012 realmente;) já me tinha esquecido destes pormenores. Obrigada Compartilhar este post Link para o post Compartilhar em outros sites