un pequeño error de sintaxis... jeje Esto de escribir code directamente...
Aqui va denuevo.
code->
MovieClip.prototype.galeria = function(img, posx, posy, width, height) {
this.loadMovie(img);
this._x = posx;
this._y = posy;
this._width = width;
this._height = height;
};
myMc.onRollOver = function(){
myMc.galeria("imagen.jpg", 33, 37, 80, 80);
}
Si quiers puedes hacerle un trace a las pos para comprobar..
Salu2