Transparent Window with Clickthrough and on Top - dll
I am currently working on a small overlay project in Gamemaker that I want to always render on top, have a transparent background, and allow clickthrough to the window behind it. Using GML extensions...
View ArticleError on Handle Collisions in Corners - Gamemaker Studio
When I move my character into the walls, the bottom wall and right wall collisions works fine.Collision walls that work fineThe problem is with the other two walls (the left and top ones), when I'm in...
View ArticleI keep getting this error: the function takes no more than 0 arguments but 4...
I am currently working on a project in GameMaker Studio 2, but it is saying that my function takes no more than 0 arguments, when I have set it to 4. Can anyone help?function drawBoxRect(bdl, bdr, bdu,...
View ArticleError on Handle Collisions in Corners - Gamemaker Studio
When I move my character into the walls, the bottom wall and right wall collisions works fine.Collision walls that work fineThe problem is with the other two walls (the left and top ones), when I'm in...
View ArticleTransparent Window with Clickthrough and on Top
I am currently working on a small overlay project in Game Maker that I want to always render on top, have a transparent background, and allow clickthrough to the window behind it. Using GML extensions...
View ArticleVariable isnt properly checked in if statement
Somehow I can spam "Q" to have the if statement run infinetly as if the cooldown never gets checked for or never UpdatedI wanted to have like a cooldown timer of 60 Frames and only have this Sequences...
View ArticleDestroy Sequence after being played in Game Maker
The Code plays an Attack Animation (Sequence) if the cooldown timer hits 0 and "Q" is pressed. The problem is, that I dont know how to delete the sequence after it has finished its animation of 12...
View ArticleGUI will only Work for Newest Towers and I Don't Know Why. (Gamemaker)
I have a problem where in a game. when I make in a place the first tower the GUI works fine, but when I place the second tower the GUI only works for that second tower, and it just goes on and on for...
View ArticleI keep getting this error: the function takes no more than 0 arguments but 4...
I am currently working on a project in GameMaker Studio 2, but it is saying that my function takes no more than 0 arguments, when I have set it to 4. Can anyone help?function drawBoxRect(bdl, bdr, bdu,...
View ArticleI keep getting Compile editors when I want to test my game and I don't know...
I just wanted to make controls and vertical collisionsbut compile editors was always telling that first line of the code is wrong and I don't knowhow to fix it because I'm a beginner.here's the...
View ArticleHow do i fix "unassigned variable instance_create referenced" in Gamermaker...
So I am getting an error message that says "unassigned variable instance_create referenced"I am not sure why I get it but I have tried to fix it but with no luck, does anyone know what can cause...
View ArticleI keep getting this error: the function takes no more than 0 arguments but 4...
I am currently working on a project in GameMaker Studio 2, but it is saying that my function takes no more than 0 arguments, when I have set it to 4. Can anyone help?function drawBoxRect(bdl, bdr, bdu,...
View ArticleHow do i fix "unassigned variable instance_create referenced" in Gamermaker...
So I am getting an error message that says "unassigned variable instance_create referenced"I am not sure why I get it but I have tried to fix it but with no luck, does anyone know what can cause...
View ArticleI keep getting this error: the function takes no more than 0 arguments but 4...
I am currently working on a project in GameMaker Studio 2, but it is saying that my function takes no more than 0 arguments, when I have set it to 4. Can anyone help?function drawBoxRect(bdl, bdr, bdu,...
View ArticleHow do i fix "unassigned variable instance_create referenced" in Gamermaker...
So I am getting an error message that says "unassigned variable instance_create referenced"I am not sure why I get it but I have tried to fix it but with no luck, does anyone know what can cause...
View ArticleImplementing Advanced Level Progression and Enemy AI in GameMaker
I'm currently developing a game inspired by Mario Bros using GameMaker, where the main character earns points by defeating enemies, advancing to higher levels with each victory. As the game progresses,...
View ArticleHow do i fix "unassigned variable instance_create referenced" in Gamermaker...
So I am getting an error message that says "unassigned variable instance_create referenced"I am not sure why I get it but I have tried to fix it but with no luck, does anyone know what can cause...
View ArticleHow to Trigger a Destruction Animation on a Character When a Bomb Explodes in...
I'm developing a Mario Bros clone using GameMaker Studio, and I've added a unique feature where Mario can throw bombs to defeat enemies. While I've successfully implemented the bomb-throwing mechanics,...
View ArticleI keep getting this error: the function takes no more than 0 arguments but 4...
I am currently working on a project in GameMaker Studio 2, but it is saying that my function takes no more than 0 arguments, when I have set it to 4. Can anyone help?function drawBoxRect(bdl, bdr, bdu,...
View ArticleCollision GameMaker issue
I'm new to GameMaker and I followed a tutorial by "Let's Learn This Together". I was trying to make collisions for my character, however every time my character bumps into the object, they get stuck...
View Article