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/
๐ Udemy: https://www.udemy.com/course/become-a-video-game-developer-with-gms-23/?referralCode=6AB816C3B321FB60C885
๐ 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
Gamemaker Basics


Add comment