ho corretto ora questo errore
sostituisci questo blocco
codice:switch (where) { case 0: tg._y += this._scroll_amount; if (tg._y > this._posy) { scroll_btn_del (where); tg._y = this._posy; } break; case 1: tg._x -= this._scroll_amount; if (tg._x+this._fully < this._posx+this._dimx) { scroll_btn_del (where) tg._x = this._posx+this._dimx-this._fully-3; } break; case 2: tg._y -= this._scroll_amount; if (tg._y+this._fully < this._posy + this._dimy) { scroll_btn_del (where) tg._y < this._posy + this._dimy - this._fully - 3 } break; case 3: tg._x += this._scroll_amount; if (tg._x > this._posx) { scroll_btn_del (where); tg._x = this._posx; } break; }

Rispondi quotando
