Step 39: Bullet Collision with Big Asteroid

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:

  1. From Variables, place a change by block inside the IF block.
  2. Set the Variable to Points and the amount to 1.
  3. From Control, place a create clone of myself block.
  4. From Control, place a delete this clone block.

Code: