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.
Try something like this:
http://screencloud.net/v/nlgQ
Develop games in your browser. Powerful, performant & highly capable.
itzathis Thnaks a lot man!