Pressing ANYWHERE as an input
jeffheif1
Member Posts: 10
In my game, I have only ONE control for my character: to move upwards. Right now, I have it so when "actor receives event: touch is pressed", the velocity changes. The only issue is that my character is very small, and oftentimes while testing it on my iphone, the character is too small to press. I was wondering if there was a way to make it so that if I press ANYWHERE on the screen the guy moves.
Thanks in advance,
jeffheif1
Thanks in advance,
jeffheif1
Comments
change attribute "xxx(interger) to xxx+1"
When xxx ≥ 1 move actor up