codice:
function mamma(ID, box)
{
	ID.onRelease = function()
	{
		with (box) {
			_yscale -= 4;
		}
	};
}
for (i = 1; i <= 5; i++) {
	mamma(_root["pulsante_" + i], _root["box_" + i]);
}