I'm designing a game for Android and I would like to use the accelerometer for some aspects of control. Has anyone come across a tutorial or example for something like this?
thanks!
|
I'm designing a game for Android and I would like to use the accelerometer for some aspects of control. Has anyone come across a tutorial or example for something like this? thanks! |
|||||
|
|
AndEngine supports easy access to the acelerometer You call this method to enable the Accelerometer with a listener:
and this is how you react on changes of the accelerometer:
(Taken from: http://code.google.com/p/andengineexamples/source/browse/src/org/anddev/andengine/examples/PhysicsExample.java ) Best Regards, Nicolas |
|||
|
|
I would recommend you to checkout this open sourced marble game. at google code. |
|||
|
|