Using 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 ArticleHow do I add List of Supported Languages in App Store on GameMaker Project?
I tried creating **.lproj folders with InfoPlist.strings files, adding localisations via XCode, but nothing changes I still have only English. Although the game is translated into a dozen languages.I...
View ArticleGamemaker, one way platform
movingPlatformThis is the jump through platform I used in my game. If I jump on it, character can't stand on it again so the player falls off the platform.My code:...move_dir = right_key -...
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 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 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 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 ArticleGame maker - when changing rooms in-game the character instead of going to...
So, I'm new to Game maker, and while trying to make an object that teleports the player to the next room, instead it teleports the player a bit to the left inside another object and the character...
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 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 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 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 ArticleHow do I flip my player sprite without having it jump farther than where it...
I am trying to make an open-world RPG game. I just started it, and I have the player moving and the animations changing between the idle animation and the walking animation. However I just recently...
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 ArticleObjects keep slowly drifting after stop pressing the button
I want to make the object accelerate when pressing arrows keys and decelerate until a complete stop when stop pressing. I am able to code the acceleration and deceleration part but after stop pressing...
View Article