for (name in _root) {
if (typeof (_root[name]) == "movieclip") {
trace("Esiste un clip filmato denominato " + name);
}
}