public override function set x(value:Number):void{ if ( super.x == value ) return; super.x = value; super.dispatchEvent(new Event('qwerty')); }