Project 93: Explosions

6. Multiple Particles and Recieving a Hit Event.

Let's clone our particle 10 times, so we have more particles when an explosion happens!
Starting point file for this challenge

Your goal

Steps

1. Setup a Repeat Loop

Grab a “When green flag clicked” block and attach a “repeat 10" loop.   This is where we will later create 10 clones of the particle.  

2. Cloning

Add a "create clone of myself" block to the repeat loop.