How to make a fixed path for an enemy

pls help. I am making a top down game and i want to make a path for my enemies

1 Like

Feed an x,y number into a position block for your enemy start position. Then find the x,y position for where you want the enemy to go. Feed the first x and the second x into an ease block and put the out into x position. Do the same with y. Once the movement is triggered it will go from point a to point b. Then do it again with new positions to make the next move repeat repeat repeat

2 Likes

umm it doesnt work, can someone send example pls??

1 Like

@Ifureadthisimop, Flowlab Game Creator - Pop!

I basically did what @todorrobot said to do but with player movement and using the click behavior.

2 Likes