GameMaker: Studio

GameMaker: Studio

Find, play, and make games easily
Discover, rate, and download the best player-created games made in GameMaker: Studio for free. Or try making your own and share with the community. Click here to learn more.
button mashing in game maker?
im creating a game and i just need to know how to make an event occur when the payer repeditivley presses the E button, mabye 20 times in 5 seconds. Any feedback is apreciated thank you.
< >
Showing 1-2 of 2 comments
Duckington 9 Nov, 2013 @ 2:58pm 
Create a variable for the 'E' button being pressed - increasing its value by 1.

Next create a timer to check for the value of your newly created variable. If the variable is equal to the value you specify - perform an event, else clear the variable value in the timer.
sargent pepper 5 9 Nov, 2013 @ 4:07pm 
thanks
< >
Showing 1-2 of 2 comments
Per page: 1530 50