Zeemann 0 Denunciar post Postado Outubro 9, 2007 opa galera, seguinte.. eu tenho movie clips que funcionam como botoes, e gostaria que eles ficassem "disable" até o fim da animação inicial. eu tentei esse codigo: // funcao enable - disable buttonsfunction enableBts(varBt){if (varBt = 0) { this.bt1.enabled = false; this.bt2.enabled = false; this.bt3.enabled = false; this.bt4.enabled = false; this.bt5.enabled = false; this.bt6.enabled = false;} else if (varBt = 1){ this.bt1.enabled = true; this.bt2.enabled = true; this.bt3.enabled = true; this.bt4.enabled = true; this.bt5.enabled = true; this.bt6.enabled = true;}}enableBts(0); e depois no frame que terminaria a animacao eu daria esse comando: enableBts(1); não deu certo... http://forum.imasters.com.br/public/style_emoticons/default/upset.gif quando um movie clip fica disable, e o usuario passa o mouse sobre ele, a mãozinha não deveria aparecer certo ? ou eles funcionam diferente dos botões ? é isso pessoal... quem puder me ajudar.. abrç. Gustavo Zeemann Compartilhar este post Link para o post Compartilhar em outros sites
Zeemann 0 Denunciar post Postado Outubro 9, 2007 ae pessoal.. seguinte: eu resolvi de outro jeito, mas escrevi mais linhas de código. Queria saber se tem como trabalhar com esse parâmetro na função "EnableBts(1);" pois desse jeito eu não consegui. valeeu.. Gustavo Zeemann http://forum.imasters.com.br/public/style_emoticons/default/thumbsup.gif Compartilhar este post Link para o post Compartilhar em outros sites