Hello everyone, I'm newish to construct 2 so I've run into a few issues. I'm working on just a demo for an idea I had for language learning. Here is my CAPX
drive.google.com/file/d/1kIsGaGQGHGyyT3FnLxf9eg_kiiwgZq3N/view?usp=sharing
First problem I'm running into is spawning an enemy... right now I'm not worried about movement, I just want them to spawn within a range of the spawn box. I also want it so if there is one in the area it won't spawn another one except for a random amount of time.
Second issue is how do I get my attacks to target the enemy that is clicked on, and how to affect the health of that specific enemy only.
Third that I don't really need help with yet is getting "wrong" answers put into the buttons without repeating. I haven't worked on that much but any suggestions would be great.
I do apologize I'm sure my coding is a complete mess....