I've added a small particle system for blood. It homes in on another object moving away in a line, so the motion of the particle is vaguely curved. This is cool because the particle system can start in a random orientation. I want to make it stamp graphics on the background at some point.
I worked hours on the Clip stuff to get it working in Eclipse but when I export it to a jar I now have no music because of stupid mark/reset issues from the zip inputstream..
Which incidentally AudioClip handled perfectly fine! I'm so annoyed!

I think I should just convert it back and ditch it. Its Java, it should work and it isnt which is bothering me. I've tried loading just a resource instead of a stream, loading a stream and wrapping it in a buffered reader, and I was going to try a byte array stream, though I couldnt figure out how many bytes to stick in the blank array to get the raw data.