Moving an actor using the accelerometer
aalzanki
Member Posts: 283
Hi,
I have an airplane in my game, I used this to control it using the accelerometer:
Move Behavior:
Direction: ( game.Accelerometer.Y *150)
Speed: 300
Relative to actor
But when I tilt the device too much the airplane moves backward.
How do I limit it, so it doesn't move backward?
Regards,
aalzanki
I have an airplane in my game, I used this to control it using the accelerometer:
Move Behavior:
Direction: ( game.Accelerometer.Y *150)
Speed: 300
Relative to actor
But when I tilt the device too much the airplane moves backward.
How do I limit it, so it doesn't move backward?
Regards,
aalzanki