Hi all, I am excited to learn about Construct, and start playing around with it.
So, I created a simple game: when the game start I generate an enemy and a player
The enemy then will start attacking the player.
When player click on the enemy, it reduce the enemy's health.
And when the health reduce to 0 the enemy or player die.
That work fine.
Then I add a random function to generate between 1 to 3 enemies. (This the problem)
No matter how many enemies pops out on the screen, they only behave like one enemy.
They attack the same amount of damage to the player
When player click on one enemy, other enemies health also get hit.
I saw few videos on youtube, and did not see any specific function on even sheet, but the enemies seem to be working independently. Please advice.
Thank you in advance.