Tagged Questions
0
votes
0answers
289 views
Corona SDK : Rotating game Character with Accelerometer
I am trying to rotate my game character with tilt. But can't do it smoothly. Please help me anybody.
Here is the code I have written
https://docs.google.com/open?id=0B00ENcwlRMozRGZiMmZKelV4VWs
0
votes
1answer
2k views
Make an object rotate to angle of tilt with accelerometer in CoronaSDK?
with my first game I have a doodle I control with the accelerometer. In many games I've seen that when the device is titled the object (in my case a doodle fish) rotate towards the tilt so it gives an ...
2
votes
1answer
999 views
How to calibrate the accelerometer angle based on how the users is holding the device with Corona SDK?
Hey guys, I just finished my app with Corona SDK and thought I'd try to make my first game.
As my first app was learning about the accelerometer I thought my game should be with that too.
So I ...