when I shot the target, I want to spawn 2 enemies from the target
how do I spawn 2 enemies from 1 enemy?
Develop games in your browser. Powerful, performant & highly capable.
2 create object events
The biggest issue in this is making sure the picking is right, so you don't destroy the spawned sprites at the same time as the sprite shot.
Here's one way to prevent such an issue:
touch to destroy and duplicate - capx