
GameMaker Community
Nov 6, 2025 · Tech Support Get help from the community on technical issues in GameMaker. Please read the forum guidelines before posting, and if you have any programming questions, …
想学gamemaker,但是能找到的教材资料太少,该如何上手? - 知乎
我想做一名业余游戏开发者,觉得gamemaker这个引擎不错,想自学。但是国内能找到的教材实在是太少了。YOY…
godot引擎对比gamemaker开发2D游戏,哪个更适合独立游戏开发 …
godot引擎对比gamemaker开发2D游戏,哪个更适合独立游戏开发者? 目前正在用Godot,调中文了里面还是一大堆英文,网上教程也少,正考虑弃坑godot,gamemaker的内置语言像哪门语 …
GameMaker - [SOLVED} Font Size - How do I enlarge fonts?
Jan 12, 2017 · Hello, This is only my second post so far since starting to use Gamemaker Studio 2, which I love. I'm trying to learn as much as I can without help so that I remember things that …
Code for jumping? - GameMaker Community
Jan 11, 2024 · Hey so I've implemented a Movement mechanic but I can't figure out the jumping mechanic with gravity and stuff. Here's my code for jumping. if...
Easy Enemy AI (Idle, Chase, Attack, and Flee) - GameMaker …
Feb 12, 2020 · // AI Movement Logic // Just Run if justrun=true { move_towards_point(char.x,char.y,5); } else { // Initial Proximity Trigger for Chase if …
Player Walking... | GameMaker Community
Jan 10, 2017 · I am creating an RPG in the style of the Mother Games and Undertale. I have created separate sprites for my overworld character. One going up, One going down, One …
GameMaker - How to change sprites | GameMaker Community
Mar 19, 2017 · My plan is to have my player object change to an animated walking sprite when it recognizes that I'm using W, A, S, or D. I thought I had it set up correctly, but apparently not. …
How do I make a countdown timer? - GameMaker Community
Nov 10, 2016 · Hi GMC, I would like to know how to make a timer that lasts 30 seconds and when them 30 seconds are up it will run a command but I don't want to use the alarms because I …
GameMaker - How do I make the camera follow the player
May 19, 2020 · I have a basic 400x240 room, that's gonna be how much of the room the player can see, I had viewports in my other game-thing, but it doesn't work like I want it to. I want the …