Create a button actor fot this propose. Create a boolean game attribute called "jump". When button touch is pressed, the boolean attribute is true. When is released boolean is false. In the actor supposed to jump, put a rule. When game.jump is true, move up.
Comments
In the actor supposed to jump, put a rule. When game.jump is true, move up.
bye