Hi everyone! I am building my first game so I am very new to construct 3 and generally to gaming engines.
I am making a game in which at one point I need to destroy 1 sprite.
At the start of the layout I generate with a for loops 3 copies of enemy. I have a keyboard command which is now "A" that when pressed should destroy only 1 of the 3 copies and not all of them.
How can I do this?
Thanks
Giuliano