First off, I'm using Visual Basics 2013.
I'm coding a game using VB.net
In this game you control spaceships and
choose where you want them to fly. And I'm
trying to set it up to where when a ship
(which is represented by a picture box)
PictureBox1
and PictureBox2
.
get within a certain radius of each other
they attack.
I would show you the code, but currently it is just a empty Sub.
NOTE It's not a revolutionary or advanced game, but it's a small step closer to making better quality programs.
I thank you for ANY help or guidance you have to offer.