I 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 ArticleUsing move_and_collide with multiple objects in GameMaker 2
I have the following object types:oWalloEnemyAnd I'm trying to call the new move_and_collide function in such a way that it would collide against both of them. Something along the lines...
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 ArticleUsing move_and_collide with multiple objects in GameMaker 2
I have the following object types:oWalloEnemyAnd I'm trying to call the new move_and_collide function in such a way that it would collide against both of them. Something along the lines...
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 ArticleUsing move_and_collide with multiple objects in GameMaker 2
I have the following object types:oWalloEnemyAnd I'm trying to call the new move_and_collide function in such a way that it would collide against both of them. Something along the lines...
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 ArticleUsing move_and_collide with multiple objects in GameMaker 2
I have the following object types:oWalloEnemyAnd I'm trying to call the new move_and_collide function in such a way that it would collide against both of them. Something along the lines...
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 ArticleUsing move_and_collide with multiple objects in GameMaker 2
I have the following object types:oWalloEnemyAnd I'm trying to call the new move_and_collide function in such a way that it would collide against both of them. Something along the lines...
View ArticleLots of buttons, lots of rooms, each button takes you to a specific room (...
Anyway, I have several rooms/levels in my game, each one numbered in order. I also have as many buttons as there are rooms/levels, each button should take you to a certain level depending on a sprite...
View Articlei am trying to learn how to make games ( watching video tutorial). And my...
so here is my codeand that is What i gotwhat did i do wrong and how to fix it ?in video they got their black 800x600 image but mine is not working. i tried to refresh the page, it aint help, i tried to...
View ArticleHow can I generate maps using pieces in Gamemaker?
I am using Gamemaker Studio 2 to make a 2d platformer. I want the maps to be procedurally generated using pieces that are randomly shuffled and places in the room. So like lets say theres an array that...
View ArticleHow to change color in draw_sprite_ext()?
I have a lighting system using surfaces... I am using a sprite that creates the light. I have a surface that covers the whole room with a dark tint. Then I create a hole in the surface, and draw the...
View ArticleGameMaker calculate the Object's speed with xprevious and yprevious?
Can't calculate speed based on that.I'm using paths to move objects so built in direction is speed is always zero?How can I calculate the real speed of the object?No matter what xprevious is always x...
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 ArticleIm trying to make an animation script in GameMaker
In the script its supposed to run the animation line 6-8 currently and then its supposed to see if down is not pressed and the direction is down then set the sprite to look down Line 23-25 but it keeps...
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 ArticleIm trying to make an animation script in GameMaker
In the script its supposed to run the animation line 6-8 currently and then its supposed to see if down is not pressed and the direction is down then set the sprite to look down Line 23-25 but it keeps...
View ArticleRandom Rain Sounds in GameMaker
I’m making a game with GameMaker 1.4 and I’m in a dungeon room and I want to add drop sounds (like it’s damp) randomly.Thank You!
View Article