- Joined
- Jan 29, 2014
- Messages
- 7
- Reaction score
- 2
- First Language
- English
So I started making a button mashing event/common event based on a tutorial I saw for VX Ace. I have taken the basics of that system and made it my own but now I cannot get the event to trigger properly.
This is the map event that triggers the whole button mashing system

This is the common event called from the main event

Basically the map event sets a variable for the number of times you mash the button and then calls the button masher common event. The common event then displays pictures that tell the player to press the button, space in this case, and checks that the button is not being held down. Then we jump back to the map event and check how many times the button has been pressed, if you hit the limit then it completes the conditional branch and the event finishes running outside of the loop.
Somewhere in this process something is getting messed up and the button press happens rapid fire but I'm not sure why, any help will be greatly appreciated.
Here is a link to the original tutorial here on RPG Maker Web.
~Six
This is the map event that triggers the whole button mashing system

This is the common event called from the main event

Basically the map event sets a variable for the number of times you mash the button and then calls the button masher common event. The common event then displays pictures that tell the player to press the button, space in this case, and checks that the button is not being held down. Then we jump back to the map event and check how many times the button has been pressed, if you hit the limit then it completes the conditional branch and the event finishes running outside of the loop.
Somewhere in this process something is getting messed up and the button press happens rapid fire but I'm not sure why, any help will be greatly appreciated.
Here is a link to the original tutorial here on RPG Maker Web.
~Six
Last edited by a moderator:


