I updated AsteroidGame.downShip() to move & stop the ship, rather than
deleting the current ship and creating a new one. Ships are only
deleted when the game is over.
I added MovingSpaceObject.allStop() to complement the above.
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>