maario 0 Denunciar post Postado Fevereiro 1, 2007 Oi._root.menu_mc.fotos_mc.menuFotos_mc.show_mc.onRelease = function() { _root.menu_mc.fotos2_mc.gotoAndPlay("show");};Tenho esse código na timeline principal. Os caminhos estão todos correctos. Alguém sabe porquê que não funciona?!Abraços. Compartilhar este post Link para o post Compartilhar em outros sites
Eder Fortunato 15 Denunciar post Postado Fevereiro 1, 2007 coloca isso _root.menu_mc.fotos_mc.menuFotos_mc.show_mc.onRelease = function() {trace("teste")_root.menu_mc.fotos2_mc.gotoAndPlay("show");}; só pra ver se a ação esta no botão depois isso _root.menu_mc.fotos_mc.menuFotos_mc.show_mc.onRelease = function() {trace(_root.menu_mc.fotos2_mc._x)}; pra ver se ele consegue "ver" o outro movieclip testa ai Compartilhar este post Link para o post Compartilhar em outros sites