Gaming World Forums

Creativity => Game Design & Demos => Topic started by: Nokoi on January 31, 2010, 02:18:12 am

Title: How to make a short button mashing event in RPG Maker 2003?
Post by: Nokoi on January 31, 2010, 02:18:12 am
I have an event where I want the player to mash the enter button a certain amount of times in a time limit of 15 seconds. How can I do this? It sounds simple and must be possible, can someone give me a quick tutorial? My game is in desperate need of variety.
Title: How to make a short button mashing event in RPG Maker 2003?
Post by: Killer Wolf on January 31, 2010, 02:26:36 am
Make a parallel event with a "wait for key press" delay on your input processing. Have it add to a variable every time you press the button. Either use the built in counter, or make your own. Check the value of the variable at the end of the timer.

EDIT - Or, just use labels and the "go to label" function to take the place of the parallel.

(http://pub.gamingw.net/52939/quicktut.png)
Title: How to make a short button mashing event in RPG Maker 2003?
Post by: Nokoi on January 31, 2010, 03:42:42 am
Yeah, I'm actually kinda confused here, what exactly does a Parallel Process do? How exactly does it work?
Title: How to make a short button mashing event in RPG Maker 2003?
Post by: Killer Wolf on January 31, 2010, 04:25:36 am
Basically, they allow you run events in the background while other things are going on.
Title: How to make a short button mashing event in RPG Maker 2003?
Post by: AznChipmunk on February 01, 2010, 02:55:52 am
Yeah, I'm actually kinda confused here, what exactly does a Parallel Process do? How exactly does it work?

tip: if you don't know that, you shouldn't be doing this stuff for a while yet...
Title: How to make a short button mashing event in RPG Maker 2003?
Post by: Nokoi on March 01, 2010, 11:50:19 pm
Thanks for the help =.=

I just never used Parallel Process before... I know a bunch of the other stuff... The help file barely helps me at all anyway...

And there were many situations in the past where I would have wanted a parallel process >.>
Title: How to make a short button mashing event in RPG Maker 2003?
Post by: Bobberticus on March 04, 2010, 02:42:47 am
tip: if you don't know that, you shouldn't be doing this stuff for a while yet...

never follow advice of this form if you ever want to move forward :)