Nel fotogramma scrivi:

codice:
for(var prop in this){
	if(typeof this[prop] == "movieclip")this[prop]._alpha = 0;
}
E tutti i movieclip in quella timeline scompariranno..