How to make my character jump once on hold key

0 favourites
  • 6 posts
From the Asset Store
Change the size and position of everything without calculating anything!
  • How to make my character stop jumping non stop when i hold the up arrow.

    I read there is option Allow buny hoping, but cant find it.

    <img src="smileys/smiley9.gif" border="0" align="middle" />

  • You could use variables:

    An instance variable on the character called "Jump" for example

    If Jump = 1

    Up arrow down

    ----->Jump character

    ----->Set variable Jump to 0

    If Up arrow released -----> Jump = 1

  • Sorry but i cant follow, im new to the program and im not good with variables and avents.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I just tested the Platform behaviour and by default the character won't jump again until I release and press the up arrow a second time.

    What is happening for you and what behaviours are you using? If you like, post the capx file (you can freely host it using dropbox.com/).

  • Found the problem:

    <img src="http://farm9.staticflickr.com/8339/8194867331_65cfe5d58e_z.jpg" border="0" />

    Now if i can figure out how to make longer jump on key down without bunny hoping

    And i cant post links - under 500 rep

  • Ok i cant figure it out, can some one help me.<img src="http://farm9.staticflickr.com/8067/8195095093_fb4867407e_b.jpg" border="0" />

    This is my event sheet, sorry cant post links.

    I want character jump height to depend on jump key down

    and not countiosly jumping from the ground if i dont release it.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)