esse outro menuzim, eh uma MC, com 3 botoes dentro............blz...o efeito ateh q ficou bunitim, mas os botoes nao funcionam depois q ele aparece no menu. pq isso???????
sera q eu desabilitei a propriedade de botao dele sem querer????
olhem soh como eh q esta o script q faz o efeito
sub._alpha = 0;
sub._visible = false;
lemb.onRollOver = function() {
this._visible = false;
sub.onEnterFrame = function() {
this._visible = true;
if (this._alpha<100) {
this._alpha += 15;
} else {
delete this.onEnterFrame;
}
};
};
sub.onRollOut = function() {
lemb._visible = true;
sub.onEnterFrame = function() {
if (this._alpha>0) {
this._alpha -= 15;
} else {
this._visible = false;
delete this.onEnterFrame;
}
};
};
ae dexa eu explica o q eh o q ae.....
'lemb' é um botao invisivel, q eh ele q faz aparecer o MC q tava com visible false e alpha0,
'sub' é o MC q dentro tem os 3 botoes
e dentro do SUB tem 3 botoes com um getURL........
alguem poderia me dizer o q eu estou fazendo de errado?
por favorl......
muito o briogada mesmo, bjs
tchau!