How Can I

Discussion in 'How Can I...?' started by Baldwin, Jan 2, 2020.

  1. Baldwin

    Baldwin Boxer

    Joined:
    Jul 21, 2019
    Messages:
    4
    Likes Received:
    0
    Please helps. I am a regular buildbox user. I am busy trying to create a game with a character that runs jump and shoot. So my problem is I don't want this character to run while jumping at the same time.
    I want the running animation to stop when the jumping animation is active
     
  2. Hanomax

    Hanomax Avid Boxer

    Joined:
    Aug 24, 2018
    Messages:
    157
    Likes Received:
    85
    You can do this by connecting state machine node between input and animation.
     
    Baldwin likes this.
  3. Baldwin

    Baldwin Boxer

    Joined:
    Jul 21, 2019
    Messages:
    4
    Likes Received:
    0
    #Hanomax
    Thanks bro. I was still using bb2.3.3 but now I got the Bb3. 1 I'll try that.
    Also do you know how I can make my character do a double jump but 2 different animations?
     
  4. Hanomax

    Hanomax Avid Boxer

    Joined:
    Aug 24, 2018
    Messages:
    157
    Likes Received:
    85
    Double jump with 2 different animations requires some coding. Which ckecks jump count and when it is 1, it fires first output, when jump count is 2, it fires second output.
     
    Baldwin likes this.

Share This Page