Código :
this.waterCool_mc.onRollOver = function() {
for (i=0; i<10; i++) {
_root.attachMovie("pompolles", "pompolles"+i+"_mc", i);
_root["pompolles"+i+"_mc"].onEnterFrame = function() {
this._x = Math.round(595+(Math.random()*24));
trace(this._x);
this._y = Math.round(226+(Math.random()*10));
delete this.onEnterFrame;
};
}
};
this.waterCool_mc.onRollOut = function() {
for (i=0; i<10; i++) {
_root.removeMovieClip("pompolles", "pompolles"+i+"_mc", i);
}
};Estoy muy
Alguien con buena vista @_@
