definisci questa funzione...
...codice:MovieClip.prototype.carica = function () { this.onRelease = function () { id = this._name.substring(this._name.length-1, this._name.length); my_mc.loadMovie(("images/"+image[id]); }; }
poi, nella funzione "creathumb", al posto di:
metti semplicemente.codice:barra.ico.onRelease = function (q) { my_mc.loadMovie("images/"+image[q]); count=q; };
barra[ico].carica();
prova e fammi sapere