ecco il codice

codice:
stop ();
this.onEnterFrame = function () {
	tot = _root.getBytesTotal ();
	car = _root.getBytesLoaded ();
	perc = int ((car / tot) * 100);
	_root.qd.duplicateMovieClip ("qd" + perc, perc + 1);
	with ("qd" + perc) {
		_x = perc * 8;
	}
	if (car == tot) {
		delete this.onEnterFrame;
		_root.nextFrame ();
	}
	trace (perc);
};
e guardate ke fa

invece io vorrei ke i quadratini restino tutti e non ke ne compare uno e scompaia quello prima..

ps. ki ha connessione velocissimaissimaissima penso veda poco..