Issue [#178](https://github.com/AdamAtomic/flixel/issues/178) by: [scaven](http://github.com/scaven) line 569: var dy:Number = PivotY+Y; //Y axis is inverted in flash, normally this would be a subtract operation should clearly be subtract operation (err.. maybe normality changed recently?) change to: var dy:Number = PivotY-Y;