Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: embas10 on May 03, 2014, 08:50:43 AM

Title: Diferent each isbutton?
Post by: embas10 on May 03, 2014, 08:50:43 AM
anyone now what is diferent of this three is button?

1.IsButtonBeingReleased
2.IsButtonBeingPressed
3.IsButtonPressed
Title: Re: Diferent each isbutton?
Post by: WhenLifeGivesYouLemons on May 03, 2014, 10:29:39 AM
anyone now what is diferent of this three is button?

1.IsButtonBeingReleased
2.IsButtonBeingPressed
3.IsButtonPressed
self explanatory
1. for pressing the button once
2. for the button to be held down to do a action once
3. for when you are letting go
Title: Re: Diferent each isbutton?
Post by: c00ld0c26 on May 04, 2014, 05:37:36 AM
Wrong.
1. This is for pressing the button once but the code will NOT run until you stop pressing the button (until you stop holding the button)
2. This is when you press the button once and the code will run once.
3. This is when you hold the button the code will repeat itself until you stop holding the button.
Title: Re: Diferent each isbutton?
Post by: embas10 on May 06, 2014, 08:52:36 AM
Thanks for the explantion!but is there have last than 3 isbutton?
Title: Re: Diferent each isbutton?
Post by: WhenLifeGivesYouLemons on May 06, 2014, 09:25:40 AM
@c00ld0c26 no I'm always wrong <_< don't judge me ;p

IsButtonPressedWithDelayCheck() I think and that's it.
Title: Re: Diferent each isbutton?
Post by: embas10 on May 09, 2014, 05:29:35 AM
thanks