I'm new to construct 3 and I need some help on what is probably a basic question.
I'm creating a sword attack and have a slash sprite. When it's destroyed it doesn't spawn again when I left click. I need help having spawn back in.
Here's my code:
It's because you have "Slash Spawn Slash".
You need to change it to "System Create Slash" action, or "Player spawn Slash" and then you could remove "Set position" line.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, it's working now!