How to control built in platform movement with custom onscreen buttons?
I have few platform games and I want to upgrade them with virtual keypad so that they can be played on android based tablets. The problem is that I do not see a way to connect my virtual keypad to built in movements. (you can only read joystick object but not set joystick states).
The same problem arises in iOS export module. There, you do have onscreen joystick option, but controls are too sensitive for climbing the ladder. There is also no way (that I know) to limit the movement in 4 direction only. You can set joystick mask but once you enable left, right up and down you are having again the problem of falling off the ladder. Best solution would be custom virtual keypad ...
Please help!