Now that our TIE-Fighter can move, we need to tell it that it can run into other objects on the screen. We want to be able to destroy the TIE-Fighter when they are hit by a laser.
We also need variables to hold our current score and keep track of how many points we earn. We are going to create the variable first then start making the first of the TIE-Fighter Collision blocks.