I want to create a One-Way platform in GameMaker, how?
So i wanted to create a one-way platform for my game, I'm a beginner in GameMaker (and coding in general) , and new to StackOverflow so I don't know how to do it.I have my obj_player, with a create,...
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 ArticleThe instance_create function is not working in GML
I am new to GMS2 and I am making a game where you are a spaceship and you have to dodge the meteors.This is the step event for the player:spd = 7;if (keyboard_check(ord("W"))){ y -= spd;}if...
View ArticleDelay time in GMS2
I am trying to make it so that when you click it will show a different cursor_sprite for 0.25 seconds. I currently need some way to add a delay to this. Here is my code so far:In create event:///...
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 ArticleDelay time in GMS2
I am trying to make it so that when you click it will show a different cursor_sprite for 0.25 seconds. I currently need some way to add a delay to this. Here is my code so far:In create event:///...
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 ArticleUnable to load .csv file in Gamemaker
I've got some code that takes in a .csv file and does some operations with it. Unfortunately, when I try to load the file (which is in the datafiles folder of the Included Files), the global.data...
View ArticleDelay time in GMS2
I am trying to make it so that when you click it will show a different cursor_sprite for 0.25 seconds. I currently need some way to add a delay to this. Here is my code so far:In create event:///...
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 ArticleSprite_index is not set
I'm following a YouTube tutorial on a fighting game. Facing an error:Var <unknown_object>.sprite_index not set.The error was here:if (sprite_index != sprKill_foward){ sprite_index =...
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 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 ArticleDelay time in GMS2
I am trying to make it so that when you click it will show a different cursor_sprite for 0.25 seconds. I currently need some way to add a delay to this. Here is my code so far:In create event:///...
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 ArticleDelay time in GMS2
I am trying to make it so that when you click it will show a different cursor_sprite for 0.25 seconds. I currently need some way to add a delay to this. Here is my code so far:In create event:///...
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 ArticleDelay time in GMS2
I am trying to make it so that when you click it will show a different cursor_sprite for 0.25 seconds. I currently need some way to add a delay to this. Here is my code so far:In create event:///...
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 Article