Diablo style point and click movement [Game Maker Studio 2 | Basics]
1up Indie
This basics video tutorial shows you how to make a point and click movement in GameMaker Studio the easy way.
You may have seen/played games like Diablo or Path of Exile or even a moba. All these use the same movement system: Point and click.
So all you need to understand here is that gamemaker has such a function ready to be used. This move_towards_point function does basically one thing. It moves the object constantly towards a set direction with a speed value. So in theory when you set it up once, it will follow this movement into infinity, which I guess you don't want. You simply implement a breaking condition that sets the speed to 0 when set destination point is being reached. And that's pretty much it.
Tilset by Sardonic CC0 https://opengameart.org/content/isometric-pixel-terrain
Naked Dudette by RayaneFLX CC3 sa by https://opengameart.org/content/isometric-character-template
š® My free game Clunky souls: https://1up-indie2.itch.io/clunky-souls
š® My commercial game Office Orc: https://1up-indie2.itch.io/office-orc
š My assets: Get some assets at itch.io https://1up-indie2.itch.io/
š Support me and get fresh game art and game maker projects every month: https://www.patreon.com/1upindie
Follow me on: šø Instangram: https://www.instagram.com/1upindie š¦ Twitter: https://twitter.com/1upIndie š¬ Discord: https://discord.gg/gvr98nb ... https://www.youtube.com/watch?v=ZtSEzCcoziw
71447139 Bytes