Hi everyone,
I have an enemy a fly that spawns when a box is hit by a bullet. I use one sprite for this and placed the fly on the outside of the layout so player cant see it just like the bullet. on the eventsheet, I said bullet hits the box spawn as many flies as the player shoots this box. I have three problems that have came up due to this.
1. The flies don't die despite me setting this on the eventsheet.
Eventsheet for enemy flies
2. I have no idea how to tell contruct 3 how to place the flies back into the box once the player has killed the flies. for repeat use against the player if that make sense.
This picture shows the box - I find that if flies are destroyed they don't respawn I would like them to spawn every time the box is shot.
3. I have a global health on the eventsheet set as three I thought this was messing with the flies health. I removed the global health and set the flieys health manually on the sprite but and then the flies don't spawn at all so I have left the global health alone and they spawn.