How do I make an enemy walk in a game? The game is like the worlds hardest game or a 2d LoZ game.

So the enemy i want to make moves up 4 spaces, then moves down 4 spaces. it can hurt the player, and when it does the level restarts and shows a message. how do i make it?

Interesting game idea @Dolan

You might be able to use the RayCast block as shown in the helpful examples in the help section of Flowlab. In helpful examples it shows how to move as if you were on a grid.

However, you might be able to use the velocity block to move it up. Just adjust the velocity’s force. These may not work, but it’s worth a try.