how do i make a character controled by a joystick jump

THINGTHINGTHINGTHING Member Posts: 84
edited November -1 in Working with GS (Mac)
how do i make a character controled by a joystick jump

Comments

  • mediagraficamediagrafica Member Posts: 12
    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.

    bye
Sign In or Register to comment.