un solo frame..
metti tutte le MC che vuoi
dentro ad ogni MC ci metti in bel pulsante che prende tutta l'area.. e ci metti questo facendo molta attenzione ai numeri/nomi da assegnare a ciascuna...

codice:
on (press) {
	startDrag("");
	this.swapDepths(_root.mcNum);
	_root.mcNum = "_root.one";
}
on (release) {
	stopDrag();
}
c'è anche il Dragg