Goal:
If the ship and Big Asteroid touches, then the player loses one life.
Then the Asteroid creates a copy of itself, and then destroys this copy.
Steps:
- From Control, place an IF block.
- From Sensing, place a touching block inside the IF and set it to ship.
- From Variables, place a set to block.
- Set the variable to Lives and the amount to -1.
- From Control, place a create clone of myself block.
- From Control, place a delete this clone.