Step 21: Bullet Delete

Goal:


Once the bullet collides with any of the two conditions in the OR statement, we want to wait a tenth of a second before deleting the clone.

Waiting a small amount before deleting will make it actually look like a collision.

Steps:

  1. From Control, place a wait block, and set it to .1.
  2. From Control, place a delete this clone block.

Code: