I have created a simple platform game in MMF2. When I play this game on an Android Device, I would like to press the FIRE 1 button to make the character jump.
I have a character that has Platform movement and I have set the control (jumping) to Button 2 - which is the CTRL button.
I have gone to the Android settings of the frame and changed the Joystick to Touch Joystick. I have also ticked the 'Fire 1' checkbox.
In the Event editor, I have set that ALWAYS Set Key 4 to Control (Key 4 is the Fire 1 Button). Here is a screenshot:
platform_jump.jpg
When I test this game on my Android Tablet, the joystick works OK and the character moves. When I touch the FIRE 1 button, the character doesn't jump.
Am I missing something simple??
Images attachéesplatform_jump.jpg
(12.6 KB)