Step 14: Create Bullet Clone

Goal:


We want to make a clone of the bullet.

In our game, we want to restrict how often the bullet can be fired by adding a wait block and setting it to the Fire_Rate variable.

Steps:

  1. From Control, place a create clone of myself block.
  2. From Control, place a wait block.
  3. From Variables, place a rounded Fire_Rate block inside the wait block.

Code: