Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started 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
-
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
-
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.
-
Thanks for the explantion!but is there have last than 3 isbutton?
-
@c00ld0c26 no I'm always wrong <_< don't judge me ;p
IsButtonPressedWithDelayCheck() I think and that's it.
-
thanks