How to give main charater more jumps after a certain point in the game

Discussion in 'How Can I...?' started by adtn64, Sep 30, 2015.

  1. adtn64

    adtn64 Boxer

    Joined:
    Sep 25, 2015
    Messages:
    93
    Likes Received:
    21
    Hi,

    I am making a platformer game, and I want my character to have a double jump after a certain point in the game. I know how to add a double jump but i want to know how to activate it after a certain point
     
    croomraider likes this.
  2. shaunfal

    shaunfal Boxer

    Joined:
    Sep 25, 2015
    Messages:
    16
    Likes Received:
    15
    Im not 100% sure on it but you might have to set the power up for a very long time and/or have it spread out accordingly throughout the levels you want it. Anybody else know of a better way?
     
    tomwhite3d likes this.
  3. Kamil Kucma

    Kamil Kucma Boxer

    Joined:
    Sep 25, 2015
    Messages:
    62
    Likes Received:
    41
    Not sure if there is a better way do do it for now.
     
  4. adtn64

    adtn64 Boxer

    Joined:
    Sep 25, 2015
    Messages:
    93
    Likes Received:
    21
    Hey thanks, I thought about that, that should work, My mistake i didnt see all the options under "actions" correctly. I guess we could keep the power up icon really big and hide it behind the bg then keep it for that much amount of time, so it doesnt look like a power up but can feel like a new mechanic. Ill try this out and let you guys know :D
     
  5. shaunfal

    shaunfal Boxer

    Joined:
    Sep 25, 2015
    Messages:
    16
    Likes Received:
    15
    Awesome! Yea let me know if it works.
     
  6. Lee Fellows

    Lee Fellows Boxer

    Joined:
    Sep 25, 2015
    Messages:
    65
    Likes Received:
    40
    Action (powerup) no need for image, delete the image after ;)

    then place the action where you want and play with a duration that you need....

    Depending on your game can set duration to a high number, and make a player pass through a second action to set jump count back to 1.

    Hope this helps you :)
     
    Sean Buildbox likes this.
  7. adtn64

    adtn64 Boxer

    Joined:
    Sep 25, 2015
    Messages:
    93
    Likes Received:
    21
    Hey it worked, thanks.
     
  8. adtn64

    adtn64 Boxer

    Joined:
    Sep 25, 2015
    Messages:
    93
    Likes Received:
    21
    Oh yeah that was awesome, it worked, thanks a ton
     
    Lee Fellows and Sean Buildbox like this.
  9. Lee Fellows

    Lee Fellows Boxer

    Joined:
    Sep 25, 2015
    Messages:
    65
    Likes Received:
    40
    Glad it helped :)
     
  10. croomraider

    croomraider Boxer

    Joined:
    Jul 14, 2016
    Messages:
    20
    Likes Received:
    3
    @adtn64 How did you create your double jump?
     

Share This Page