I'm working on making a program that will make the screen flash every time I press a key on the keyboard. The only problem is I need to utilize almost every single key, and the normal RTP has input for only sixteen or so keys. My question is: Using what script, how would I be able to make the game check to see if each button is pressed, and utilize that to make a conditional branch?
http://i134.photobucket.com/albums/q98/ ... l/that.png[/img]
Thats currently what the event looks like. I would like to make it so that the event will
A.) Check to make sure the button is pressed
B.) Display the necessary image/s
C.) Wait a frame
D.) Check to see if the button is still being held down (pressed)
Ea.) If so, go back to C.
Eb.) If not, erase the image
I would to know how I would be able to do this with scripts, as so that I can utilize the entire keyboard. Can I do that?
Edit: This may need to be moved into a different forum. My bad if so.
http://i134.photobucket.com/albums/q98/ ... l/that.png[/img]
Thats currently what the event looks like. I would like to make it so that the event will
A.) Check to make sure the button is pressed
B.) Display the necessary image/s
C.) Wait a frame
D.) Check to see if the button is still being held down (pressed)
Ea.) If so, go back to C.
Eb.) If not, erase the image
I would to know how I would be able to do this with scripts, as so that I can utilize the entire keyboard. Can I do that?
Edit: This may need to be moved into a different forum. My bad if so.