codice:
/* supponendo che avatarArea stia 
nella stessa timeline in cui giace lo script*/
user_so.path = this;
user_so.deleteUser = function(client)
{
	trace(client);
	this.path.avatarArea[client].removeMovieClip();
};