Hey guys, I have a piece of code that uses the multiple key input code, and it worked fine. Since I've updated processing, however, it doesn't work anymore. Any idea why this is and how to correct it? Hopefully not too much work, this was a previous school project and I'd like to keep the code as intact as possible :) Thanks
I know I always ask questions where people just post links, but I really really suck at looking for links :(
What I want to do is have my processing code import a file and read it. It will have a hexadecimal number in it then I'll change it to binary. All I want to know really is how to get it to read the file and save the hex number..? Thanks for any help!
This is for a character to move, obviously. Whenever the character is moving left or right, and I press jump, he stops moving and only jumps, then I have to press the key down again. How would I solve this?
So I'm making a game, and when you get this powerup, I want it to last for ten seconds. There's a boolean value deciding whether or not the powerups effects are in play right now. How would I do this..?