Sto usando flash MX.
Raffa non c'è problema: anche io riaffronterò il problema solo lunedì!
Non è un lavoro urgentissimo.
Buon weekend a chiunque leggerà questo mex!
Sto usando flash MX.
Raffa non c'è problema: anche io riaffronterò il problema solo lunedì!
Non è un lavoro urgentissimo.
Buon weekend a chiunque leggerà questo mex!
@lex!
ho cercato di "rattoppare" il codice delle 8 clip che girano
onClipEvent (load) {
Flag = false;
}
on(rollOver){
this.swapDepths(10);
fine = 280;
_root.indirizzo = "http://www."+this._name+".it";
_root.didascalia = "Testo associato alla clip";
Flag = true;
}
on(rollOut){
Flag = false;
_root.didascalia = "";
_root.indirizzo = "Questo è l'URL dell'immagine prescelta";
this.swapDepths(0);
}
onClipEvent (enterFrame) {
if (Flag) {
this._xscale += (fine-this._xscale)/3;
this._yscale = this._xscale;
} else {
fine = 100;
this.swapDepths(5);
this._xscale += (fine-this._xscale)/3;
this._yscale = this._xscale;
}
}
on(release) {
getURL(_root.indirizzo, "_blank");
}
vedi un pò se ti va bene.
"...non è detto che sia tardi se non guardi che ora è..."