How to turn off accelerometer?
MattButlerStudios
Member Posts: 486
I need to be able to disable the accelerometer at certain times. How can I do this?
Comments
create a game integer attribute, name it accelerate and set it to 0.
create a rule:
if attribute accelerate = 0
then>
(place all the accelerometer information in here.
now when you dont want to use the accelerometer then change the accelerate attribute to 1. if you want to use it, change it to 0.
GSINVENTION FREE TEMPLATES
Thanks a lot @CodeMonster
www.mbstudios.co | Free Stuff