I have been looking everywhere but I havent seen what the method
override public function drawFocus(isFocused:Boolean):void
{
}
Actaully does? I tried overriding it on the Button,, calling
super.drawFocus(false), super.drawFocus(true), leaving it blank but I havent
noticed any change to button's appearance.

