How do I make buttons? I want to put some up, down, left, right keys on the screen. how to I make it so that if i touch one actor (the button) it moves another actor?
Make global attributes and in the button when touched change attribute global attribute to 1 otherwise change to 0. Then in actor to be moved when attribute is 1 move or accelerate
Comments