Tshirtsbooth...Need your help
expired_012
Member Posts: 1,802
This goes to tshirtsbooth: I followed your tutorial on how to make the accelerometer work, but when I tried it on my iphone it was going in different directions, do you think it has anything to do with my game being viewed on portrait? What can I do to fix this?
Comments
in portrait mode the X is for left and right
and the Y is for up and down
so lets say you have a ball actor, and you want to control it with the accelerometer,
so for left - when accelerometer.X < -0.1
for right - when accelerometer.X > 0.1
let us know how it goes
for up - when accelerometer.Y > 0.1
and for down - when accelerometer.Y < -0.1
hope
i just gave you the opportunity to do so!