Changing Actor's Moving Direction with only 1 touch?
I want to change my main actor's moving direction ( Front , Left , Right ) with only one touch . Is it possible? Sometimes it needs to turn right sometimes it needs to turn left and as well as onward .
P.S. my game is a portrait game and the actor is moving up the scene .
Comments
If you either assign sections of the screen to be directions, or say that touches relative to the actor are directions, then yes, absolutely.
How could i do that?
Best would be to measure swipe direction. and use swipe to target direction. there should be some videos on swipe over at GSHelper
If you explain exactly what you want to achieve, I'll see if I can make a quick demo. But how you do it will depend very much on what it is you're wanting to do.
Will send you a pm as I have what your looking for I think.