Help - Search - Members - Calendar
Full Version: Force Button Mash? (Disable "Turbo"-controller :p)
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Discussion
Stern
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 tongue.gif - 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 smile.gif
Callista
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
That worked, thanks loads! smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.