gsquare567 @ Sun Feb 04, 2007 12:07 am wrote:
Rared up all files for you. Thanks a lot!
RAR does not help--ZIP is nice because it is more widely supported.
Your graphics do not show because your buffer draws back to itself...
Try making a getBuffer() function for your other class to draw to and leave getGraphics() alone.
After that check Game.update() for odd code.
You get lots of exceptions because you are not using AnimatedSprite, etc. properly. Try using
AnimatedSprite.load()--that seems to set things up.
If this code is not off the Internet or someone else--I hope you learned not to use "big bang" programming
from this.