What alextro is saying is to use a separate invisible sprite that you actually control and then pin your visible sprite to it using "position" option only and not "position&angle".
Even Ashley recommends this method so your main objects animations are free of collision issues that may arise if movements tests were being performed on animated sprite.