Someone help me configure my options?
Hi all, I am making a game and I like that the options I could choose between playing with your finger or the accelerometer, as I can make when you choose to disable the touch accelerometer, thanks
Comments
Create a text attribute called control. Then when you press the accelerometer button change attribute game.control to accelerometer Same with touch
Then in your movement rules, put in the rule that if game.control = touch, do if touch is pressed/released...
same with accelerometer