Press space to make a firework.
This is one example of how you can use one sprite and cloning instead of many sprites. Looking inside, you might notice that passing information directly to a new clone is not possible. It must be done with a global variable, which is clunky and sometimes steps on itself.