Hello,
I am trying to have an object be controlled horizontally via the accelerometer, however I want to control the vertical motion via another method that doesn’t use the accelerometer.
My issue is that if I am using an event to move the object based on tilt, I have to keep feeding a value for the y portion as well when I use physics.setGravity(x, y)
Is there a way I can ONLY send the X value through that function, and ignore the y parameter?
thanks!
[import]uid: 41918 topic_id: 8679 reply_id: 308679[/import]

