Hey guys,
I was making a platform game for mobile devices. so i added a keypad and behavior as seen in screenshot. now is there any way i can simulate the player to jump diagonally (like pressing up arrow and left arrow together).
Thanks,
Ashwin
Try "Is touching x" and as an action just add two simulates for example: simulate platform pressing jump and simulate platform pressing right : ).
Doesn't work well.
Develop games in your browser. Powerful, performant & highly capable.
Try something like this:
http://screencloud.net/v/nlgQ
itzathis Thnaks a lot man!