I'm creating an android game therefore requires no mouse or keyboard, just touch.
I want a button to be on the screen which when touched causes the player to jump.
I created the button which is a 'sprite' and used the touch system which is as follows;
On touched object (button) - action = simulate platform - pressing jump
This doesn't seem to work????