Goal:
If the bullet and Big Asteroid touches, then the player gains one point.
Then the Asteroid creates a copy of itself, and then destroys this copy.
Steps:
- From Variables, place a change by block inside the IF block.
- Set the Variable to Points and the amount to 1.
- From Control, place a create clone of myself block.
- From Control, place a delete this clone block.