I've been working on a dropdown shooter game i've been working on this for a long time now i have not been able to solve one problem that's stopping me from proggressing
my code :
http://pastebin.java-gaming.org/e58cc3f9c3fI know its too long but i cant really ask one part of it as it wouldnt make sense
i have an array of tiles the map which makes up the map each tile location ad rectangle is represented in borders[] array
and i have the bullet rectangle which changes continuesly
what i want is if bullet collides with any of the tiles it should dissappear you can see from my messy code that i've tried numerous ways
and any advice on how to improve my code would be greatly appreciated
and if i get to fix this i would share my game and maybe show people how easy it is to make one
any help is greatly appreciated since this is bugging me for days now
thanks in advance