codice:
function remove(path, numero)
{
	for (var n = 1; n<=numero; n++)
	{
		path['mc'+n].removeMovieClip();
	}
}
remove(_root, 56);