Hello everyone.
Im making my vey first game... but i am a designer, not a programmer so i will ask some questions wich may sound dumb for you but if you can help me i will be very greatfull and i will finally be able to continue with my game.
First, here you can see a sample of my game and you will see what is happening:
Zombaway1. Enemies keep spawning after player dies: I want that the game creates enemies every x seconds while the player is alive. I got to create the spawning enemies but when player is killed, the enemies keeps spawning.
this is how i set up this as an escene event:
I tried tu use an "if actor is alive" to control the spawning but then in the game when the player is killed i got an error message
2. Actor spawns in a wrong position:I have a blood stain (as an actor) and i want it to appears over the player position when it gots killed, but the bloodstain spawns to the down-right of the actor. I also created an actor wich shows the hero turned into a zombie, but the player can't control this actor. This Zombiehero spawns just as i want, in the position of the killed player (hero). But the stain... it doesn't. They are all diferent actors and groups and doesn't collide wich each other, still it doesn't work.
I set up events like this:
This is the player event:
Then this actor is created and i use it to spawn the blood stain
3. Timer keeps goingI have an attribute to show the time during the game. I want that timer to stop when the player is killed, but i don't now how... as in issue 1, i tried to ad a condition "if actor is alive" but didn't work.. i got an error during the game.
That is all for now...
Thank you very much in advance for your help fellows.