I am making a zombie survival game and I can't figure out how to spawn zombies and make them follow the player. I can spawn them, but they aren't moving or anything.
Thanks in advance!
Did you try looking at the 'Top Down Shooter' tutorial? Maybe even one of the easy tutorials for a top down shooter on YouTube? They should have very easy to understand events you could use.
Develop games in your browser. Powerful, performant & highly capable.
Place the bullet behavior on the enemy, and set the speed that he will follow the player.
Condition > Every tick
Action > Enemy > set angle toward (Player.x , Player.Y)