codice:
on (release) {
	this.onEnterFrame = function() {
		if (this.rex<=200) {
			myOggettoColor = {ra:'50', rb:rex, ga:'12', gb:'112', ba:'15', bb:rex, aa:'40', ab:'70'};
			mio_col.setTransform(myOggettoColor);
			rex += 15;
		}
	};
	rex = 0;
}
...e questo è il bottone
codice:
rex = 0;
mio_col = new Color(this.my_mc);
myOggettoColor = new Object();
e questo sulla root!
my_mc è l'istanza del tuo sfondo
...devi "giocare"con i valori dei parametri ra-rb-ga-gb-ba...ecc
vai che ci sei quasi tranquillo!