Hello, I haven't posted in a while. Hopefully my code looks a bit better since the last time I posted xD. I've learned some new things and I've been working on my Senior Project for school which is to write a video game. I am still writing in Java and I have a mentor who helps me every weekend. However, today we ran into a problem. Today we worked on creating a tile based map, and it worked perfectly. However, our existing movement code appears to have broken due to this new code. When I comment out the code that loads the .txt file than then reads from my spritesheet and then paints the map to the screen, the movement works fine. I honestly don't know what's happening, and neither does my mentor. We've gone through debugging the program so many different times and different ways but still haven't been able to find out what's wrong. If somebody could please help me here it would be much appreciated. You can maim, rip apart, do whatever you want to my code but I am just dying to know where it went wrong. I have a feeling that it may have to do with my using a Swing Timer for the animation rather than using Threads but I am already out of time on today's lesson and after 3 hours, my brain is just fried.
I will attach the entire folder as an eclipse project.
Again, thank you so much. I'm just brain dead right now.
I didn't add very many comments, so if you are unsure what something does feel free to ask.