newColor()?

can anyone explain this .
just for a test i wnt to actionScript this btn …
to change Color on the Over state…


myBtn.onRollOver = function() {
	new Color("myBtn");
	this.myBtn.Color = ("#000000");
};

i think i am not setting the color correctly=("#000000")
anyone .?
:q: