07-13-2012, 02:22 PM
Ah, sorry about the faulty code that I provided you with!
Change Private playerBullets As List(Of PictureBox) to this
Private playerBullets As List(Of PictureBox) = New List(Of PictureBox)
Change Private playerBullets As List(Of PictureBox) to this
Private playerBullets As List(Of PictureBox) = New List(Of PictureBox)