Here is an example of what i mean:
I want to make a starship to shoot bullets every time i touch it, but i don't want to add thousands of bullet sprites in the canvas...
Is there a way to spawn the same sprite after an event occurs? I don't mean making the sprite invisible, changing its position and make it visible again; it has to appear multiple times at once.