<mx:Button label="Button" click="lbl.text == 'Привет' ? lbl.text = 'Пока':lbl.text = 'Привет'"/> <mx:Label x="100" id="lbl" text="Привет"/>