tags:

views:

37

answers:

1

Does anyone know of an animation/method that can rotate an image around smoothly to face a point, such as where the user is touching?

+1  A: 

This one does a full 360 flip, but you can adjust the code to your needs, so that it stops at an angle where the users tipped the screen:

http://www.inter-fuser.com/2009/08/android-animations-3d-flip.html

Mathias Lin
I meant 2D rotation, a-la Asteroids-style?
Joel Auterson