Enemies are not spawning

Hey guys so I follow the tutorial in Gdevelop and my enemies aren’t still spawning and I am a newbie so please understand

so how do i change the codes so that I can spawn the enemies, thanks for answering!

You should do like that
cuz the timer dosen’t reset

“so how do i change the codes so that I can spawn the enemies, thanks for answering!”
You can do like key pressed to spawn enemy on Cursor
or
You can just do key pressed that picks randon “Enemy_Spawn” to spawn enemy

sorry i just don’t get what you mean

Move this condition and action to event above them

Just a note that the trigger once condition is not required here - the timer reset in that event will ensure that in the next frame the timer “spawn” is less than 1 second.

1 Like

ow alright thank you