It's a platform game, how do I make my zombie follow my character?
-Killer Jay17
Develop games in your browser. Powerful, performant & highly capable.
here's one way to do it, in very basic form and assuming the zombie has the platform behavior
condition: compare zombie x, and if zombie.x > player.x
then
action:
zombie simulate control left
else zombie simulate control right