Thanks.
@Bear Crazy Donut Productions:
I see what you mean about controlling the tank with those keys. I use the inkey$() method, which can't be multiple keys. It's better if you have a joystick.
Never the less, I saw your post and decied to change the controls so that you steer using the arrow keys, which allows for much more dynamic steering. I'm going to update the file Saturday. I'll post when I've done so.
The collisions method I'm using makes keeping the tanks from overlapping extremely hard, if not impossible.
I know my bullet goes to high to hit anything. I did that on purpose: It's supposed to be a challenge?
The music doesn't glitch because I do my music like this:
play music 1
do
if music playing(1)=0 then play music 2
if music playing(2)=0 then play music 1
loop
for just that reason.
Come to think of it, there might be a problem with that code. Tsk, tsk. Have to go and fix the code...
Is the AI good enough? Or does it need to be improved?