playMaker

Author Topic: get button down always true  (Read 706 times)

Fictive

  • Playmaker Newbie
  • *
  • Posts: 12
get button down always true
« on: June 05, 2021, 06:59:25 PM »
I made a simple program that makes my guy jump when pressing space. however, upon returning to my program and building a skeleton for the rest of my movement whenever I start the game the get button down is always true and my is just jumping constantly.

I don't know what could be causing this. does anyone have any ideas?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: get button down always true
« Reply #1 on: June 06, 2021, 08:24:27 AM »
Hi.
Check input settings it could be that invert is checked (you could also hold space bar to see if it goes to 'false')
Try setting a different button name.

Fictive

  • Playmaker Newbie
  • *
  • Posts: 12
Re: get button down always true
« Reply #2 on: June 06, 2021, 04:52:53 PM »
Hi.
Check input settings it could be that invert is checked (you could also hold space bar to see if it goes to 'false')
Try setting a different button name.
so I've already tried assigning a different input(no change).
I checked and made sure that invert was not checked.
after confirming it wasn't checked, I tried inverting it just for the heck of it(no change)
I even tried removing the button from the input in the input manager(no change)

I'm going to create a new sfm and see if it keeps happening