So, I'm making a simulation of a video game that will work with mobile phones in the future. I'm having issues getting the sketch to restart when 'r' or 'R' is pressed and the sound effect on detonation seems to be delayed. Anyone have any ideas?
Here is an example of what it's doing/how it wont work.
I'm working on a project with a friend where we are trying to make a game that uses the GPS in mobile phones to simulate a game of tag based on location and "detonation" time. My partner has been working on the phone client and I've been working on making a visual interface with processing. For this to work, my sketch needs to get information about the phone location and status (alive/dead) from the server. She has given me the java files for the 2 teams, but I'm having issues getting processing to recognize that the classes in these files exist. Any ideas?