07-14-2012, 11:12 AM
When you hit an enemy, it removes from the screen, but if you shoot at the position it was, you will still get score. I need help removing it from the screen FOREVER.
Here is the code:
Here is the code:
Code:
'TODO: Check for collisions with enemies here
If bullet.Bounds.IntersectsWith(Me.enemy.Bounds) Then
bulletsToRemove.Add(bullet)
Controls.Remove(enemy)
Score += 5
End If
Also known as Rocketalypse.
System.out.println("I prefer Java.");
System.out.println("I prefer Java.");