Hello! Let’s learn how paths work in GameMaker. With their help, you can set the trajectory along which the object will move. Path A path is created just like any other entity in GameMaker. In the Asset Browser, right-click and select Create->Path. I will call it pth_enemy and in the window that appears, you can draw a path. It is preferable to start from the point 0, 0. And then by pressing the left mouse button, we indicate the points along which the object will move...