public function changeLabel(s:String):void { s = "myButton" + s; this[s].setStyle("fontStyle","italic"); this[s].setStyle("fontSize","18"); }