onClipEvent (enterFrame) {
if (!this._visible) {
start = getTimer();
}
if (getTimer()-start>=5000) {
this._visible = false;
}
}
ciao cosi' e' perfetta, ho eliminato this.a e this.visible a false cosi' scompare ogni 5 sec!!!
grazie1000000:gren:
onClipEvent (enterFrame) {
if (!this._visible) {
start = getTimer();
}
if (getTimer()-start>=5000) {
this._visible = false;
}
}
ciao cosi' e' perfetta, ho eliminato this.a e this.visible a false cosi' scompare ogni 5 sec!!!
grazie1000000:gren:
micol