I want to make a minigame where you have to button mash. However I'm not sure how to do this since all buttons seem to be in "turbo" mode. At the moment I can just hold down "Z" in this case, and there's no challenge to it.
To make it extra clear - What I want to do is to make each button press only count as one press, no matter if you hold the button or not.
/Thanks in advance
Callista
Mar 13 2010, 11:46 AM
Instead of using the default "button pressed" option in the Conditional Branch, use
CODE
Input.trigger?(Input::C)
. You can replace the C with whichever key you want (press F1 while in-game to see the key list).
Stern
Mar 13 2010, 12:23 PM
That worked, thanks loads!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.