Need help with Character controller

I tried to add a jump button on this project but I couldn’t.

http://techority.com/2011/02/14/controlling-a-character-with-a-d-pad/

This D-Pad just allows only 1 button work?
How can I add a “jump” button on the right of the screen? The purpose is that a character is being moved by left or right key, at the same time, pressing another button to jump (still moving)

Thanks you in advance. [import]uid: 12236 topic_id: 18167 reply_id: 318167[/import]

Hey there,

You need to allow multitouch;

[lua]system.activate (“multitouch”)[/lua]

Peach :slight_smile: [import]uid: 52491 topic_id: 18167 reply_id: 69538[/import]